Skip to content

bnyeggen/bpr-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

An implementation of the Bayesian Personalized Recommendation algorithm - a matrix-factorization, ordinal-preference approach to collaborative filtering.

This implementation supports concurrent fitting of the actual factorization, as well as concurrent predictions, and two methods of fitting (equal odds for each user, or equal odds for each user-item interaction).

Built with Eclipse, but should build and test with vanilla mvn as well (or javac for that matter).

About

A Bayesian Personalized Recommendation implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages