Skip to content
forked from LoryPack/BPMF

Python implementation of Bayesian Probabilistic matrix Factorization algorithm.

Notifications You must be signed in to change notification settings

JingrongFeng/BPMF

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BPMF

Python implementation of Bayesian Probabilistic Matrix Factorization, following:

http://www.cs.toronto.edu/~rsalakhu/papers/bpmf.pdf

Run simulations:

To run simulations with different dataset or parameters, you have to modify the the script_bpmf.py file. It calls the BPFM function in file bpmf.py, together with some other functions from the utilities.py file. To run it, simply type:

python script_bpmf.py

The script handles with dataset in .mtx format. Some example input data is contained in data/

About

Python implementation of Bayesian Probabilistic matrix Factorization algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 85.8%
  • Python 9.9%
  • MATLAB 4.1%
  • M 0.2%