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
This Project is aimed at implementing Collaborative Filtering to learn user's missing preference and further predicting their missing ratings for the movies
Movie Rating Prediction using KNN Collaborative Filtering algorithm
Implemented KNN Collaborative Filtering algorithm on MovieLens 20M dataset to predict the missing movie ratings with MSE of 0.83
Predicted user’s preference using the existing ratings in the data by implementing Singular Value Decomposition
About
This Project is aimed at implementing Collaborative Filtering to learn user's missing preference and further predicting their missing ratings for the movies