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
- Host: GitHub
- URL: https://github.com/konradlinkowski/movieratingai
- Owner: KonradLinkowski
- Created: 2019-12-08T21:51:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-01T22:23:46.000Z (over 5 years ago)
- Last Synced: 2025-06-25T23:04:42.985Z (about 1 year ago)
- Topics: hacktoberfest, machine-learning, neural-network, pandas, tensorflow
- Language: Python
- Homepage:
- Size: 14 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"