OpenANE/README.md
2018-11-18 13:40:26 +00:00

513 B

OpenANE: The first open source toolkit specialized in Attributed Network Embedding (ANE)

authors: Chengbin Hou & Zeyu Dong 2018 Correspondence Email: chengbin.hou10 AT foxmail.com

Methods Realized

ABRW: GCN: GraphSAGE: ASNE: TADW: AANE: DeepWalk: Node2Vec: LINE: AttrPure: AttrComb: etc....

Requirements

pip install -r requirements.txt

Usages

python src/main.py --method abrw

Acknowledgement

We start this project based on https://github.com/thunlp/OpenNE and thanks to their excellent project.