Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 284 Bytes

File metadata and controls

5 lines (3 loc) · 284 Bytes

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.