Materials for Workshops I led at uWaterloo Data Science Club π
This repo contains the Powerpoint slides + Jupyter Notebook for my UWDSC workshop on Recommender Systems
- Start with basic recommender systems and work our way up in complexity
- Basic Models
- Content Based Filtering (K Nearest Neighbors)
- Collaborative Filtering (Matrix Factorization)
- Industry Models
- Neural Collaborative Filtering
- Emerging Architectures
- Graph Neural Networks
- Implement these on our own