BPR_MPR icon indicating copy to clipboard operation
BPR_MPR copied to clipboard

BPR, Bayesian Personalized Ranking (BPR), extremely convenient BPR & Multiple Pairwise Ranking

Results 6 BPR_MPR issues
Sort by recently updated
recently updated
newest added

You have used hard values instead of variables, of course making it impossible to understand what is the meaning of a value. This the most horrible thing a coder can...

之前的MPR代码里边的i*选择恒定为-1,为什么会这样子,和您论文中的表述不太一致,能解释下吗?

你好 ,请问在你们的论文里的基于流行性给未观测的部分进行排名是如何实现的?

Hi, 1) I'm wondering, shoud $$self.predict_ = pre_handel(user_ratings_train, self.predict_, self.item_count)$$ be after the auc_score? 2) You define the scores function right? But I don't see it in your code. Thanks...

Hi, I tested your BPR implementation on your dataset. First, Is not the dataset complete version as you said in the paper, right? I ran it on my dataset, the...