Skip to content

Sentiment analysis project that classify a review as good or bad

License

Notifications You must be signed in to change notification settings

sbatururimi/sentiment_analysis

Repository files navigation

Overview

Sentiment analysis with Andrew Trask. The main focus of this project is to understand how to create a neural network that can anlyse a review and classify it as bad or good. It is split into several parts:

  • curating a data set.
  • training a a neural network
  • increasinghe signal and reducing the noise in teh data set.

Dependencies

  • Download anaconda
conda create --name sentiment_alysis python=3
  • Activate the source
source activate sentiment_alysis
  • Ensure you have numpy, jupyter notebook, matplotlib, scikit-learn, and bokeh installed by doing the following:
conda install numpy matplotlib  jupyter notebook scikit-learn bokeh
  • Run the following to open up the notebook:
jupyter notebook Sentiment\ Classification.ipynb

Take a look

You can open the jupyter notebook directly in github Sentiment Classification.ipynb

License

License: MIT

About

Sentiment analysis project that classify a review as good or bad

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published