Skip to content

azadsadr/Recommender-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hyybrid Recommendation System

This project is implementation of a hybrid recommender system:

  • Model-based Collaborative-filtering technique in PyTorch
  • Bayesian Average method.

the Model-based Collaborative-filtering technique uses non-negative matrix factorization and is applied for existing users. In case of adding new user to database without any historical data (cold start), the Bayesian Average has been applied.

The project is trained on MovieLens 100k dataset.