/yet_another_recommender_system_tools

Yet Another Recommender System Tools

Primary LanguagePython

Yet Another Recommender System Tools

The repository implements various algorithms for recommender system by using pure python.

Requirements:

  • python 2.7 (tested)

List of available models

  • Collaborative Filtering
  • Stochastic Gradient Descent
  • Alternating Least Square

Check the tutorials for the model usuage.