Skip to content

timajia/yet_another_recommender_system_tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.