readme_v0.0

This commit is contained in:
Chengbin 2018-11-18 13:52:43 +00:00 committed by GitHub
parent 26379f15e2
commit 94f869f9a2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,8 @@
# 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
Email Correspondence: chengbin.hou10 AT foxmail.com
## Methods Realized
## Methods
ABRW:
GCN:
GraphSAGE:
@ -22,5 +22,9 @@ pip install -r requirements.txt
## Usages
python src/main.py --method abrw
## Datasets
Cora
Refer to xxxxx for other datasets such as Citeseer, PubMed, Facebook_Stanford and Facebook_MIT.
## Acknowledgement
We start this project based on https://github.com/thunlp/OpenNE and thanks to their excellent project.