You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/readme.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ But I should mention that we need to take into account the
34
34
35
35
Then we repeat training of autoencoders for corrected id values. And then get new id values once again. And so on.
36
36
37
-
So we get products and users id vectors. That id vectors will be used in prediction of rating value(s). We train neural net that takes 1) a user id vector; 2) a user data; 3) a product id vector; 4) a product data; 5) a rating data to produce rating of the product for the user.
37
+
So we get products and users id vectors. That id vectors will be used in prediction of rating value(s). We train neural net that takes 1) a user id vector; 2) a user data; 3) a product id vector; 4) a product data; 5) a rating data to predict rating of the product for the user.
0 commit comments