Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 669 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 669 Bytes

AGNN

Code of our paper "Attribute Graph Neural Networks for Strict Cold Start Recommendation" accepted by TKDE 2020.

Requirements

  • Python3.6
  • torch==1.1.0
  • pandas==0.25.1
  • numpy==1.17.4
  • tensorboardX==2.1

Citation

If you find our code and dataset useful, please cite our paper.

@ARTICLE{9261110,
  author={T. {Qian} and Y. {Liang} and Q. {Li} and H. {Xiong}},
  journal={IEEE Transactions on Knowledge and Data Engineering}, 
  title={Attribute Graph Neural Networks for Strict Cold Start Recommendation}, 
  year={2020},
  volume={},
  number={},
  pages={1-1},
  doi={10.1109/TKDE.2020.3038234}
}