File size: 772 Bytes
5716084 e811a7a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
---
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] |