An open API service indexing awesome lists of open source software.

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

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