Sentiment analysis with TFLearn. Classify reviews as positive or negative.
- Download anaconda
conda create -n tflearn python=3.5
- Activate the source
source activate tflearn
- Ensure you have numpy, jupyter notebook, matplotlib and pandas.
conda install numpy pandas jupyter notebook matplotlib
- Run the following to open up the notebook:
jupyter notebook Sentiment\ Analysis\ with\ TFLearn.ipynb
You can open the jupyter notebook directly in github Sentiment Analysis with TFLearn.ipynb