Skip to content

Latest commit

 

History

History

DMGI

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

DMGI[AAAI2020]

Paper:Unsupervised Attributed Multiplex Network Embedding

Code from author:https://github.com/pcy1302/DMGI

How to run

Clone the Openhgnn-DGL

python main.py -m DMGI -t node_classification -d acm_han_raw -g 0 --use_best_config

Candidate dataset: acm_han_raw

If you do not have gpu, set -gpu -1.

candidate dataset

acm_han_raw/imdb4GTN

NOTE: DMGI can handle imdb dataset, we will add the dataset in our further work.

Performance

Node classification

Node classification acm imdb4GTN
paper 89.8 ---
OpenHGNN 89.73 52.52

TrainerFlow: DMGI_trainer

The model is trained in unsupervisied node classification.

Hyper-parameter specific to the model

learning_rate = 0.0005
l2_coef = 0.0001
sc = 3
dropout = 0.5
reg_coef = 0.001
sup_coef = 0.1

patience =20
hid_unit = 64
num_heads = 1
max_epoch = 10000
isSemi = False
isBias = False
isAttn = False

Best config can be found in best_config

Related API in DGL

dgl.add_self_loop

GraphConv

More

Contirbutor

Siyuan Zhang, Tianyu Zhao[GAMMA LAB]

If you have any questions,

Submit an issue or email to [email protected].