# HAN **Repository Path**: wangchong1119/HAN ## Basic Information - **Project Name**: HAN - **Description**: Network Embedding - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-19 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # HAN The source code of Heterogeneous Graph Attention Network (WWW-2019). The source code is based on [GAT](https://github.com/PetarV-/GAT) Preprocessed ACM can be found in: https://pan.baidu.com/s/1V2iOikRqHPtVvaANdkzROw 提取码:50k2 Preprocessed DBLP can be found in: https://pan.baidu.com/s/1Qr2e97MofXsBhUvQqgJqDg 提取码:6b3h # Run python ex_acm3025.py # Reference If you make advantage of the HAN model in your research, please cite the following in your manuscript: ``` @article{han2019, title={Heterogeneous Graph Attention Network}, author={Xiao, Wang and Houye, Ji and Chuan, Shi and Bai, Wang and Peng, Cui and P. , Yu and Yanfang, Ye}, journal={WWW}, year={2019} } ```