Skip to content

amitection/Web-Recommender-System

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My third year internship project on Web Recommender Systems. Its an intelligent trained system to provide users of a database with recommendations on movies, based on heuristics derived from their past ratings, closest neighbourhood, demographic details etc. 
We use three basic recommendation techniques over here viz. Content based, Collaborative and Demographic. In addition to these we finally use the generated results and combine the three techniques into a hybrid technique of Weighted Recommender system. The whole data set is split into two portions, one of which is used to train the system and predict ratings and the second of which is used to compare the predicted ratings to. 
The data set used here(MovieLens) can be downloaded for free from grouplens.org/node/73. 

About

Analytic comparison of the prediction accuracy provided by different methods of recommendations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%