Skip to content

bhudolia/Final-Year

Repository files navigation

Overview

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

  • Curating a data set.
  • Training a neural network
  • Increasing the signal and reducing the noise in the 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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published