Giter Club home page Giter Club logo

hdgi_baseline's Introduction

Heterogeneous-Deep-Graph-Infomax

Baseline codes for NHGMI

by WangYC @NWPU changan Apr.20th 2022

ps:only using the DGI_GCN parts for the baseline.

environment:

pytorch==0.5 or 0.4 python==3.8

using method:

cd HDGI-master/DGI_HGCN/ python execute.py dataset patience

Parameter Setting:

HDGI-A:

Node-level dimension: 16
Attention head: 4
Semantic-level attention vector: 8
learning rate: 0.02

HDGI-C:

Node-level dimension: 64
Semantic-level attention vector: 8
learning rate: 0.02

GAT:

Node-level dimension: 16
Attention head: 4
learning rate: 0.005
Drop out ratio: 0.6

GCN:

Hidden-unit dimension: 64
learning rate: 0.01
Drop out ratio: 0.5

RGCN:

Hidden-unit dimension: 16
learning rate: 0.01
Drop out ratio: 0

Metapath2Vec:

Embedding dimension: 100
learning rate: 0.01
negative-samples: 5
Window: 1

HAN:

Node-level dimension: 16
Attention head: 4
Semantic-level dimension: 8
learning rate: 0.005
Node-level Drop out ratio: 0.6
Semantic-level Drop out ratio: 0.6

Deepwalk:

Number of walks per node: 10
Dimensions of word embeddings: 128
Length of random walk: 30
Window size for skipgram: 5

DGI:

Hidden-unit dimension: 64
learning rate: 0.001
Drop out ratio: 0

hdgi_baseline's People

Contributors

wangyc-99 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.