Skip to content

SimGNN: A Neural Network Approach to Fast Graph Similarity Computation [WSDM-2019]

Notifications You must be signed in to change notification settings

XiaShan1227/SimGNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

【WSDM-2019 SimGNN】SimGNN: A Neural Network Approach to Fast Graph Similarity Computation image

python main.py --exp_name=SimGNN
Parameter Value
Batch size 16
Bins 16
Bottle neck neurons 16
Dropout 0.5
Epochs 5
Exp name SimGNN
Filters 1 128
Filters 2 64
Filters 3 32
Gpu index 0
Histogram True
Learning rate 0.001
Seed 16
Tensor neurons 16
Weight decay 0.0005
Image

Code Framework Reference: SimGNN