Skip to content

Latest commit

 

History

History

RecSys

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

A simple collaborative filtering recommender system, using singular value decomposition by gradient descent.

2017 James McDermott [email protected]

Based mostly on Funk's and Paterek's work on Netflix prize.

I've included the GroupLens dataset here to avoid hitting their server. Thanks are due to them for providing the dataset.

See the .py file comments for details.