SLIDE 6 Introduction
Notations
Notation Explanation n number of users m number of items u, u′, w ∈ {1, 2, . . . , n} user ID i, i′, j ∈ {1, 2, . . . , m} item ID U = {u}, |U| = n the whole set of users I = {i}, |I| = m the whole set of items RP = {(u, i)} the whole set of purchases RE = {(u, i)} the whole set of examinations RA = {(u, i)} the set of absent pairs IP
u
= {i|(u, i) ∈ RP } the set of purchased items w.r.t. u IE
u = {i|(u, i) ∈ RE}
the set of examined items w.r.t. u UP
i
= {u|(u, i) ∈ RP } the set of users that have purchased item i UE
i
= {u|(u, i) ∈ RE} the set of users that have examined item i Uu·, Pu′·, Ew· ∈ R1×d user’s latent vectors Vi·, ˜ Pi′ , ˜ Ej· ∈ R1×d item’s latent vectors bu, bi ∈ R user bias and item bias d latent feature number ˆ rui predicted preference of user u on item i ρ sampling parameter γ learning rate T, L, L0 iteration number λ∗, α∗, β∗ tradeoff parameters Chen, Pan and Ming (SZU) DSLM IEEE BigComp 2020 6 / 21