项目作者: jeffhj

项目描述 :
The implementation for "Nonuniform Hyper-Network Embedding with Dual Mechanism" (TOIS)
高级语言: Python
项目地址: git://github.com/jeffhj/NHNE.git
创建时间: 2019-12-20T22:57:54Z
项目社区:https://github.com/jeffhj/NHNE

开源协议:MIT License

下载


NHNE

The implementation for “Nonuniform Hyper-Network Embedding with Dual Mechanism“ (TOIS)

Requirements

  1. pip install -r requirements.txt

Basic Usage

  1. python src/main.py --input graph/<dataset>/<edgelist>

Options

You can check out the other options available using:

  1. python src/main.py --help

Citation

  1. @article{huang2020nonuniform,
  2. title={Nonuniform Hyper-Network Embedding with Dual Mechanism},
  3. author={Huang, Jie and Chen, Chuan and Ye, Fanghua and Hu, Weibo and Zheng, Zibin},
  4. journal={ACM Transactions on Information Systems (TOIS)},
  5. volume={38},
  6. number={3},
  7. pages={1--18},
  8. year={2020},
  9. publisher={ACM New York, NY, USA}
  10. }
  11. @inproceedings{huang2019hyper2vec,
  12. title={Hyper2vec: Biased Random Walk for Hyper-network Embedding},
  13. author={Huang, Jie and Chen, Chuan and Ye, Fanghua and Wu, Jiajing and Zheng, Zibin and Ling, Guohui},
  14. booktitle={DASFAA},
  15. year={2019}
  16. }