Skip to content

Commit 4815636

Browse files
committed
little changes
1 parent bee78ea commit 4815636

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ But I should mention that we need to take into account the
3434

3535
Then we repeat training of autoencoders for corrected id values. And then get new id values once again. And so on.
3636

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.
3838

3939
After building the model we will use it.
4040
1. We predict ratings of the product by the user.

0 commit comments

Comments
 (0)