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

https://github.com/shimaa83/recommendation_system

recommendation system using different technique for netflix dataset
https://github.com/shimaa83/recommendation_system

kaggle-dataset knn-algorithm machine-learning recommendation-system

Last synced: about 1 month ago
JSON representation

recommendation system using different technique for netflix dataset

Awesome Lists containing this project

README

          

# Recommendation System
- in this Repo we try to use the following type of recommendation systems
- Content-based recommenders
- Collaborative filtering :

1. memory based filter:
- item based filter
- user based filter
2. model based filter using KNN model
- make function that takes an input of any customer id and it return back what should be recommended for him
- make function that take movie name and it give back top 10 related movies.

# Dataset
using netflix data set https://www.kaggle.com/datasets/netflix-inc/netflix-prize-data

downlaoaded from kaggel to google colab using python code