Skip to content

xhcdream/KCGN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KCGN

AAAI-2021 《Knowledge-aware Coupled Graph Neural Network for Social Recommendation》

Environments

Example to run the codes

train model:

Dataset: Yelp, Result: test HR = 0.8026, test NDCG = 0.5326
python main.py --dataset Yelp --reg 0.05 --lr 0.01 --batch 2048 --hide_dim 64 --layer [64] --slope 0.4 --time_step 360 --lam [0.1,0.001] --clear 1 --fuse mean