Skip to content

Simple user-user collaborative filtering algorithm implemented in Go

Notifications You must be signed in to change notification settings

wozuo/UserUserCF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Simple user-user collaborative filtering algorithm implemented in Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages