Skip to content

An exercise to learn recys, including "buy it again", implicit library, kaggle repos

Notifications You must be signed in to change notification settings

NamSahng/h-and-m-recommender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

H & M Reccommender

Structure

h-and-m-recommender
├── data
│   ├── articles.csv
│   ├── cusstomers.csv
│   ├── sample_submission.csv
│   ├── transactions_train.csv
│   └── images
│       └── 010
│       └── ...
└── src
    ├── buyitagain
    └── implicit
    └── trending_product_weekly
    └── ...

Experiments

  • buyitagain
    • Implementation of Modified Poisson-Gamma Model (MPG) on H&M dataset.
  • implicit
    • ALS, BPR, LMF Experiments on H&M dataset.
  • trending_product_weekly
    • Follow exisiting kaggle repo and modifiy it using RCP & MPG.

 

References

About

An exercise to learn recys, including "buy it again", implicit library, kaggle repos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published