Code for "Convoluted Convolutions: The state of Deep Learning in Sentiment Analysis" blog post.
TensorFlow code for the following models are available in this repo:
- Deep Character-level CNN
- Shallow Character-level CNN
- Word-level CNN
- Fully connected neural network
Include python, numpy, scipy and tf version information
One line commands (with descriptions on mandatory/optional arguments) on how to run, train, load and basically reproduce the results of the blogpost
Reference papers we used