Simaex / svd-recommender

SVD recommender system implementation on MovieLens datasets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

svd-recommender

SVD recommender system implementation on the MovieLens 100k and 1M datasets.

Main script: svd.py

Dependencies: svd.py -> EvaluatorScript.py -> MLmetrics.py

Dependencies: svd.py -> MLutils.py

Note: You may need to amend the paths in MLutils.py depending on where you save the datasets.

Medium article: https://towardsdatascience.com/svd-where-model-tuning-goes-wrong-61c269402919

About

SVD recommender system implementation on MovieLens datasets.


Languages

Language:Python 100.0%