Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 6.9 KB

README.md

File metadata and controls

37 lines (31 loc) · 6.9 KB

XLab Recommendation class

This XLab repository contains variety of example notebooks to explore on recommendation systems, including,

  • Movielens: Collaborative Filtering using scikit-learn
  • LastFM: Collaborative Filtering using implicit feedback
  • H&M: explore Kaggle dataset of H&M sales, make the collaborative filtering based on similar users, content-based recommendation from product images

Quick links

Inclass notebooks

Lab Github Google colab
00 intro to sparse matrix
00 github Open in Colab
01 matrix factorization movielens
01 github Open in Colab
02 collaborative filtering lastfm
02 github Open in Colab
03 pandas for simple data exploration
03 github Open in Colab
04 collaborative filtering memory-based
04 github Open in Colab
05 CLIP image search
05 github Open in Colab

Solution notebooks

Lab Github Google colab
00 intro to sparse matrix
00 solution github Open in Colab
01 matrix factorization movielens
01 solution github Open in Colab
02 collaborative filtering lastfm
02 solution github Open in Colab
03 pandas for simple data exploration
03 solution github Open in Colab
04 collaborative filtering memory-based
04 solution github Open in Colab
05 CLIP image search
05 solution github Open in Colab
06 Pre-trained CLIP image search
06 solution github Open in Colab

Homework

Github Google colab
Homework Template Open in Colab