HGATE: Heterogeneous Graph Attention Auto-Encoders
...
- tensorflow (1.14)
- sklearn
- pandas
- numpy
python3 inductive_weibo.pypython3 transductive_weibo.pyIn 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).