Skip to content

The model recommends a set of books to user based on Machine Learning Techniques

Notifications You must be signed in to change notification settings

Satendra01/Recommender-System-Latent-Factor-Model

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

Recommender System - Collaborative Filtering

The model recommends a set of books to user based on Machine Learning Techniques

Algorithm:- Latent Factor Model for Collaborative Filtering

Optimization Technique:- Stochastic Gradient Descent

Steps--

  1. Analyze the data

  2. Construct a rating matrix

  3. Initialize factor matrices

  4. Compute the error using RMSE

  5. Minimize error using SGD

  6. Save the output in the form of MXN matrix, where M is the number of users and N is the number of books where each entry rij represents the rating of product j for a given user i. A higher rating indicates that the user is more likely to purchase a product.

About

The model recommends a set of books to user based on Machine Learning Techniques

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%