Skip to content

Collaborative product recommender for the recommender system course at UFMG

Notifications You must be signed in to change notification settings

brenocsp/funk-svd-recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Funk SVD Recommender

Collaborative product recommender for the recommender system course at UFMG. This recommender is based on Simon Funk SVD recommender for the Netflix Prize.

How to run

Simply pass main.py to the python interpreter, and the program should start. You should pass the ratings and targets csv files on the command line.

In linux:

python3 main.py datasets/ratings.csv datasets/targets.csv

In Windows:

python main.py datasets/ratings.csv datasets/targets.csv

About

Collaborative product recommender for the recommender system course at UFMG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages