Skip to content

This is a python white box implementation of recommendation system using matrix factorization

Notifications You must be signed in to change notification settings

berryweinst/MfRecommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MfRecommender

This is a python explicit (white box) implementation of recommendation system using matrix factorization. The optimizers are SGD and ALS, and can be controlled by a flag. The mf_test.py demonstrates model training and prediction on RMSE metric evaluation.

Dependencies:

  1. numpy
  2. matplotlib
  3. math
  4. random

About

This is a python white box implementation of recommendation system using matrix factorization

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published