Keras sentiment classifier trained on rotten tomatoes movie reviews.
Prerequisites: Python 3, Jupyter notebooks.
$ git clone https://github.com/c0z0/sentiment-classifier
$ cd sentiment-classifier
$ pip install -r requirements.txt
$ jupyter notebook
This model is a LSTM nerual network trained on data from this Kaggle competition. It achieves an accuracy of over 90%.