Stars
Code to use Neighbor Based Node Embeddings (NBNE) method to create representations to nodes in a graph.
Implementation and experiments of graph neural netwokrs, like gcn,graphsage,gat,etc.
Implement of TransE, TransH, KG2E with pytorch
Graph Attention Networks (https://arxiv.org/abs/1710.10903)
Python - 100天从新手到大师