Skip to content

Latest commit

Β 

History

History
25 lines (18 loc) Β· 2.18 KB

File metadata and controls

25 lines (18 loc) Β· 2.18 KB

Recommender Systems

Collaborative filtering, content-based filtering, hybrid methods, and personalization algorithms.

Courses

Books & Reading

Libraries & Practice

  • Microsoft Recommenders (GitHub) - Best practices and reference implementations for recommendation systems. Intermediate
  • Surprise Library - Python scikit for building and analyzing recommender systems. Beginner
  • LensKit - Open-source toolkit for building and evaluating recommender systems. Intermediate
  • RecBole - Unified framework for developing and reproducing recommendation algorithms. Intermediate
  • ACM RecSys Resources - Conference resources and educational materials. All Levels
  • Merlin (NVIDIA) - GPU-accelerated framework for large-scale recommendation systems. Advanced