Skip to content

everythinglock/LightGCN-Social

Repository files navigation

LightGCN-Social

运行代码示例

  1. 环境:requirement.txt
  2. 训练LightGCN-Social python main.py --model=LightGCN-Social --dataset=lastfm --decay=1e-4 --lr=0.001 --layer=3 --seed=42 --topks="[10,20]" --recdim=64 --bpr_batch=2048
  3. 终端预测 python predict.py --user_id ryanlambert --top_k 5 python predict.py --user_id 42 --top_k 5
  4. 网页测试 python app.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors