Skip to content
/ BPMF Public

Python implementation of Bayesian Probabilistic matrix Factorization algorithm.

Notifications You must be signed in to change notification settings

LoryPack/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:https://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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published