aniket-mish / recsys

Everything about recsys

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Building recommender systems

Key components of a recsys:

  1. Collector - features
  2. Ranker - order some or all elements from the collection
  3. Server - filter(business logic) and return recommendations

About

Everything about recsys