Skip to content

Bayesian Personalized Ranking in Python

Latest
Compare
Choose a tag to compare
@shah314 shah314 released this 16 Dec 09:42
· 1 commit to main since this release

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).