sumit-dahiya19 / Movie-Recommender-System

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recommender System is a system that seeks to predict or filter preferences according to the user’s choices. Recommender systems are utilized in a variety of areas including movies, music, news, books, research articles, search queries, social tags, and products in general.

1)Simple filtering : just sorted and print values

2)Content-based filtering : withcorr() function used to find relation between numpy series

3)Collaborative filtering: SVD using scipy

Raise a issue if you want anything to explained in notebook.

About


Languages

Language:Jupyter Notebook 100.0%