movie-recommender / README.md
Amir Hossein Advari
Update README.md
e811a7a
|
raw
history blame contribute delete
No virus
772 Bytes
---
license: openrail
tags:
- code
---
# Model Card for Model ID
<!-- Provide a quick summary of what the model is/does. -->
This is a model for recommending movies to users based on imdb dataset [Model-Codes](https://github.com/AAdvari/movie-recommender).
# Model Details
This Model uses content-based, collaborative based and ensemble approaches to recommend movies
## Model Description
this model is developed as a multi-approach knn recommending system using sklearn & pytorch.
<!-- Provide a longer summary of what this model is. -->
- **Developed by:** [AmirHossein Advari, Parsa MohammadPour]
- **Model type:** [KNN]
## Model Sources [optional]
<!-- Provide the basic links for the model. -->
- **Repository:** [https://github.com/AAdvari/movie-recommender]