-
Hey. Is it possible to extract your version of the model into a separate repository to use it in experiments? Right now there are dependencies for all the other versions and code to recalculate the re…
-
We add:
- `OrderedRings` [BPR p. 41], provides element methods `sign`, `abs`
- https://math.stackexchange.com/questions/621111/existence-of-non-commutative-ordered-ring
- `OrderedFields` [BPR p. …
-
How is it possible to implement RECALCULATE for the BPR model? I need to suggest items for those users who do not participate during the training phase.
-
https://docs.google.com/presentation/d/1jxj9zjeRRu1BJSf8tzaWoQVr5h7HZbOUsSh39Rcwv80/edit#slide=id.g10be2c57ddf\_7\_1
Aha! Link: https://nvaiinfa.aha.io/features/MERLIN-674
-
Hi,
I am trying to use the executable to conduct experiments. However, for the same parameters, the results seem to differ from the R wrapper Recosystem.
If I want to use row-oriented logisti…
-
I find the performance of SASRec is inferior than BPR-MF on some sparse dataset like Amazon beauty, game, and steam dataset. Is it normal? I use the BPR-MF baseline form https://github.com/duxy-me/Con…
-
hi,
we find that the code provided here is incomplete. For example, in source code "from prs import train_prsnn, evaluate_prsnn, evaluate_prob", there isn't directory 'prs'. Could you please comp…
-
Thank you for your great work on Recbole.
I followed the issues https://github.com/RUCAIBox/RecBole/discussions/1636, https://github.com/RUCAIBox/RecBole/issues/1854 and https://github.com/RUCAIBox…
-
The source code you have provided used bpr-mf to initialize the user & item embeddings. Were all the results(including all baselines) in your paper also used bpr-mf to provide initialization? Or not?
…
-
Hi All,
I would like to implement in LibRecommender BPR with Importance Sampling.
- http://staff.ustc.edu.cn/~liandefu/paper/pris.pdf
I have already modified the Sampling function.
What should i …