Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vaibhavs10/sentiment-movie-imdb
Simple review sentiment classifier!
https://github.com/vaibhavs10/sentiment-movie-imdb
Last synced: 17 days ago
JSON representation
Simple review sentiment classifier!
- Host: GitHub
- URL: https://github.com/vaibhavs10/sentiment-movie-imdb
- Owner: Vaibhavs10
- Created: 2016-07-06T16:54:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-06T17:00:11.000Z (over 8 years ago)
- Last Synced: 2023-08-26T05:22:49.060Z (over 1 year ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
###Hello!
Here, I used IMDB movie reviews (50,000 records), removed the stop words, stemmed it, TFIDF'ed it and then finally put it
into a Naive-Bayes Classifier to classify the positive and negative sentiments!Data Source: http://ai.stanford.edu/~amaas/data/sentiment/
Do tell me how I can make it better! :D