Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 325 Bytes

File metadata and controls

13 lines (9 loc) · 325 Bytes

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.