Research Article

Exploiting Explicit and Implicit Feedback for Personalized Ranking

Algorithm 1

MERR_SVD++.
Input: Training set , learning rate , regularization ,
The number of the feature , and the maximal number
Of iterations
Output: feature matrix , ,
for    do
  %Index relevant items for user ;
  , ;
end
 Initialize , and with random values,
 and ;
repeat
  for    do
    %Update ;
   ;
   for    do
   %Update , ;
    ;
    ;
   End
End
;
until  
, , ;