Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/exotic123567/movierecommendationcollaborative
https://github.com/exotic123567/movierecommendationcollaborative
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/exotic123567/movierecommendationcollaborative
- Owner: exotic123567
- Created: 2024-02-20T16:14:34.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-02-21T07:21:23.000Z (10 months ago)
- Last Synced: 2024-02-21T08:31:27.737Z (10 months ago)
- Language: Jupyter Notebook
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a collaborative movie recommendation model trained using the dataset from kaggle : https://www.kaggle.com/datasets/rounakbanik/the-movies-dataset/
A KNN model is trained using the training data after creating it's user-item matrix.
This is just the notebook. To run these, make sure to download the data from kaggle itself and then change the loading address in the notebook file.