Recommendation Systems (RecSys)
A one-stop shop for all things RecSys!.
📌 Table of Contents
Introduction
overview; retrieval; ranking
RecSys Toolkit
embedding space; alternating least squares; matrix factorization; mean normalization
Candidate Generation
notation; content-based filtering; code deep-dive; collaborative filtering; code deep-dive; retrieval
Ranking / Scoring
overview; scoring with the candidate generator?; objective function for scoring; positional bias
Re-ranking
overview; freshness; diversity; fairness
Building a Music Recommendation System using PySpark
code deep-dive; data preprocessing; data aggregation; data split; spin up your model!
📖 References
- Google's course on Recommendation Systems
- Coursera: Music Recommender System Project
- Coursera: DeepLearning.AI's specialization
- Recommender system from learned embeddings
- Google's Recommendation Systems Developer Crash Course
- ALS introduction by Sophie Wats
- Matrix Factorization
- Recommendation System for E-commerce using Alternating Least Squares (ALS) on Apache Spark
- Personalized Re-ranking for Recommendation
- Dot Product Wiki
📝 Citation
If you found our work useful, please cite it as:
{ author = {Chadha, Aman and Jain, Vinija}, title = {Recommender Systems Primer}, howpublished = {\url{https://www.aman.ai}}, year = {2022}, note = {Accessed: 2022-07-01}, url = {www.vinija.ai} }
A. Chadha, V. Jain, Notes for Recommendation Systems https://www.aman.ai, 2022, Accessed: July 1 2022.