Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 315 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 315 Bytes

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.