基于图的推荐系统 我们仓库的结构 . |-- README.md (here) |-- log (saved tensorboard log file) |-- ml-100k (raw dataset) |-- weights (saved model weights) |-- text (grid search text and ablation study results) |-- data (processed data) |-- Network Visualization.ipynb (Notebook for visualization of graph) |-- scripts -- run.sh(shell scripts for running gridsearch experiments) -- dataset.py -- train.py -- m