RunlongYu / BPR_MPR

BPR, Bayesian Personalized Ranking (BPR), extremely convenient BPR & Multiple Pairwise Ranking
https://dl.acm.org/citation.cfm?id=3269283
Apache License 2.0
82 stars 22 forks source link
collaborative-filtering pairwise-ranking recommender-system

BPR_Bayesian-Personalized-Ranking_MPR_Multiple-Pairwise-Ranking

Dataset describe: MovieLens100K; 943 Users; 1682 Items

About MPR Framework:

avatar

avatar


Note:

In the MPR paper, the dataset is divided into different sets according to popularity, and the method is too dependent on the dataset. In the open source MPR code, we have used the negative sampling method (refer to AoBPR, DNS methods) instead of the method of data division, and achieved better results.


About Runlong Yu: