nnimish19 / hybrid-recommender-system

uses collaborative and content based filtering techniques

Home Page:http://misc-recommender.appspot.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hybrid-recommender-system

Makes movie recommendations to user by using collaborative and content-based filtering techniques with K-NN. Used Pearson’s correlation coefficient to compute the similarity between users.

Collaborative Filtering: used users' demographic attributes and previous ratings. Content based Filtering: movies were labeled with weighted genre tags to calculate affinity between them.

About

uses collaborative and content based filtering techniques

http://misc-recommender.appspot.com/


Languages

Language:Python 88.1%Language:CSS 11.9%