Skip to content

Elmar999/Recommendation-systems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Recommendation systems

Content and Collaborative filtering for User-Movie recommendation system.

Content filtering:

  • Content filtering takes user-item similarity into account. Implemented K means clustering algorithm to cluster the movies based on contents (genres of the movies). Predicted rating for a particular movie based on the ratings that user give to other movies grouped in the same cluster.

Collaborative filtering:

  • Collaborative filtering takes user-user similarity into account instead of user-item. Implemented neural network in sense of matrix factorization. No information about content of the movies has been used.

More clarification and updates will be made later.

About

Content and collaborative filtering for User-Movie recommendation system.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors