Skip to content

fantasy-sxy/HGATE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HGATE: Heterogeneous Graph Attention Auto-Encoders

Paper

HGATE: Heterogeneous Graph Attention Auto-Encoders

Citation

...

Requirements

  • tensorflow (1.14)
  • sklearn
  • pandas
  • numpy

Run the demo

inductive learning

python3 inductive_weibo.py

transductive learning

python3 transductive_weibo.py

Data

In order to use your own data, you have to provide

  • an N by N adjacency matrix (N is the number of nodes),
  • an N by F node attribute feature matrix (F is the number of attributes features per node), and
  • an N by E binary label matrix (E is the number of classes).

About

Heterogeneous Graph Attention Auto-Encoders

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages