Skip to content

Releases: shah314/BPR

Bayesian Personalized Ranking in Python

16 Dec 09:42
Compare
Choose a tag to compare

Bayesian Personalized Ranking (BPR) is a recommender systems algorithm that can be used to personalize the experience of a user on a movie rental service, an online book store, a retail store and so on. This implementation uses the MovieLens data set but the implementation can be used for any recommender system application (added Gaussian prior, fixed an issue).

Bayesian Personalized Ranking in Python

10 Dec 06:03
e6aa8df
Compare
Choose a tag to compare

Bayesian Personalized Ranking (BPR) is a recommender systems algorithm that can be used to personalize the experience of a user on a movie rental service, an online book store, a retail store and so on. This implementation uses the MovieLens data set but the implementation can be used for any recommender system application.