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

https://github.com/konradlinkowski/movieratingai

Movie rating AI - quite accurate
https://github.com/konradlinkowski/movieratingai

hacktoberfest machine-learning neural-network pandas tensorflow

Last synced: about 2 months ago
JSON representation

Movie rating AI - quite accurate

Awesome Lists containing this project

README

          

# Movie Rating AI

## Plots
![Prediction plot][prediction]
![Error plot][error]
![History plot][history]

## Dataset
https://www.kaggle.com/rounakbanik/the-movies-dataset

[history]: images/history.png "History plot"
[prediction]: images/prediction.png "Prediction plot"
[error]: images/error.png "Error plot"