Skip to content

nnkkmto/SASRec-tf2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SASRec: Self-Attentive Sequential Recommendation

行動系列に対するレコメンデーションに関する以下論文の TensorFlow2.0での実装

Wang-Cheng Kang, Julian McAuley (2018). Self-Attentive Sequential Recommendation. In Proceedings of IEEE International Conference on Data Mining (ICDM'18)

https://cseweb.ucsd.edu/~jmcauley/pdfs/icdm18.pdf

Datasets

“The Instacart Online Grocery Shopping Dataset 2017”, Accessed from https://www.instacart.com/datasets/grocery-shopping-2017 on 2019/09/16

https://www.instacart.com/datasets/grocery-shopping-2017

Instacartの購買データセット

Usage

データ準備

上記urlからデータセットをダウンロード

data/packed 以下に配置

python instacart_preprocess.py

で元データ準備

学習

python train.py

About

[Tensorflow 2.0] Self-Attentive Sequential Recommendation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages