Skip to content

Bayesian Personalized Ranking in Python

Compare
Choose a tag to compare
@shah314 shah314 released this 10 Dec 06:03
· 6 commits to main since this release
e6aa8df

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.