Init
A python program building a recommender system by learning a model via biased matrix factorization performed by stochastic gradient descent and selected by a monte carlo cross-validation grid search.
Get the prerequisites from python using pip
pip install -r requirements.txt
See the theory behind the recommender system in literature.pdf.
This project is licensed under the MIT license.