Skip to content

statmlben/CUHK-STAT3009

Repository files navigation

CUHK-STAT3009: Recommender systems in Python

Slides Github Open In Colab

This is a repository on code and notebook illustration for CUHK-STAT3009.

Notebook

  • nb - prepare: Software preparation
  • nb - background: Baseline methods for Recommender Systems
  • nb - ML: Machine learning framework
  • nb - MF: Matrix factorization: BCD/ALS
  • nb - SGD: Matrix factorization: GD, ALS+GD, SGD
  • nb - MF++: Matrix factorization: NSVD and SVD++
  • nb - EDA: Real dataset: MovieLens and Data Virtualization
  • nb - NN: Neural Networks
  • nb - NCF: Neural Collaborative Filtering: Neural Networks in RS
  • nb - side: Neural RS with Side Information

🌟 STAR

If you think the notebooks are useful, please star the repo. Thank you!