Skip to content
/ trasa Public

Implementation for Transition Relation Aware Self-Attention for Session-based Recommendation

Notifications You must be signed in to change notification settings

PasaLab/trasa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TRASA

The code for TRASA: Transition Relation Aware Self-Attention for Session-based Recommendation

Dataset Preprocess

  • The datasets and code for data preprocessing can refer to LESSR.
  • After preprocessing the data, place it to the floder data/

Train Model

Use the following commands to run the code.

# python main.py --dataset-dir data/<dataset_name> --batch-size <xxx>
python main.py --dataset-dir data/sample --batch-size 32

Acknowledgements

GTOS and LESSR

About

Implementation for Transition Relation Aware Self-Attention for Session-based Recommendation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages