https://github.com/zgana/imdb_analysis
IMDb movie review sentiment analysis & recommendation engine
https://github.com/zgana/imdb_analysis
Last synced: 7 months ago
JSON representation
IMDb movie review sentiment analysis & recommendation engine
- Host: GitHub
- URL: https://github.com/zgana/imdb_analysis
- Owner: zgana
- Created: 2019-09-20T00:56:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-20T17:27:40.000Z (over 6 years ago)
- Last Synced: 2024-12-27T21:33:20.885Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 1.77 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IMDb Analysis
This small repository hosts my take on the 100k IMDb movie review
sentiment analysis and classification problem.
It also hosts a recommendation engine study based on IMDb metadata, the movie
review dataset, and additional data from MovieLens.
## Render links
Github's notebook rendering can be a bit flaky, so consider viewing the
notebooks here:
* [Sentiment Analysis](https://nbviewer.jupyter.org/github/zgana/imdb_analysis/blob/master/Sentiment_Analysis--IMDb_Movie_Reviews.ipynb)
* [Recommendations Engine](https://nbviewer.jupyter.org/github/zgana/imdb_analysis/blob/master/Recommendations_Engine--Movie_Metadata_and_Reviews.ipynb)
Mike Richman, 2019