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
Simple User-User Collaborative Filtering Recommender System in Go
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.