/sentiment_analysis_TFLearn

Sentiment analysis with TFLearn

Primary LanguageJupyter NotebookMIT LicenseMIT

Overview

Sentiment analysis with TFLearn. Classify reviews as positive or negative.

Dependencies

  • 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

Take a look

You can open the jupyter notebook directly in github Sentiment Analysis with TFLearn.ipynb

License

License: MIT