The implementation of the paper:
Yansen Zhang, Chenhao Hu, Genan Dai, Weiyang Kong, and Yubao Liu, "Self-Adaptive Graph Neural Networks for Personalized Sequential Recommendation", in the 28th International Conference on Neural Information Processing (ICONIP) (ICONIP 2021)
- python 3.6.8
- PyTorch (version: 1.6.0)
- GPU (GeForce RTX 2080 Ti)
The datasets and data preprocessing can refer to HGN.
Train and evaluate the model:
python run.py
- [MA-GNN] can be found in my another repos
- [-GAT] can be found in the file "gating_network_gat.py"
You can change the
I found these repos useful (while developing this one):
Feel free to send me an email or add issues if you have any questions.
Please cite our paper if you use our code. Thanks!
Author: Yansen Zhang (zhangys7@mail2.sysu.edu.cn)