This is a simple implementation of a user-user collaborative filtering algorithm, using Pearson correlation to calculate user similarities. The goal is to calculate a prediction rating for each movie and to recommend n movies to a specific user.
This is a simple implementation of a user-user collaborative filtering algorithm, using Pearson correlation to calculate user similarities. The goal is to calculate a prediction rating for each movie and to recommend n movies to a specific user.