Skip to content
/ rec Public

A toy recommender system using user-based collaborative filtering, in memory, using Go

Notifications You must be signed in to change notification settings

drevell/rec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a toy program to see if I can build a simple recommender system using collaborative filtering.

To run it, you'll need the movielens ml-1m data set from http://www.grouplens.org/node/73 .

TODO: measure recommendation/prediction quality, I don't yet know how well this works.

About

A toy recommender system using user-based collaborative filtering, in memory, using Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages