thegenuinegourav / Movies-Recommender

A system to recommend movies according to ratings provided by users using Collaborative Filtering Learning Algorithm.
13 stars 4 forks source link

Predicted rating higher than 5 #4

Open ghost opened 5 years ago

ghost commented 5 years ago

If you comment out following lines of recommender.m, the predicted rating exceeds 5 which is obviously not correct.

Y = [my_ratings Y]; R = [(my_ratings ~= 0) R];