Skip to content

Commit

Permalink
ammended BPR training data (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalboryczko committed Oct 17, 2023
1 parent 467b24c commit 7d8cc16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/master/concepts/algorithms.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ where $\mathbf{p}_u$ is the embedding vector of the user $u$, and $\mathbf{q}_i$
BPR[^1] (Bayesian Personalized Ranking) is a pairwise training algorithm. The training data for BPR consist of a set of triples:

$$
D_s=\{(u,i,j)|i\in I_u\wedge I \setminus I_u\}
D_s=\{(u,i,j)|i\in I_u\wedge j\in I \setminus I_u\}
$$

The semantics of $(u, i, j) \in D_S$ is that user $u$ is assumed to prefer $i$ over $j$. The negative cases are regarded implicitly.
Expand Down

0 comments on commit 7d8cc16

Please sign in to comment.