Implement of several Graph Embedding methods,including Homogeneous and Heterougeneous Graph.
python
networkx
dgl
pytorch
tensorflow
We use DBLP dataset and set CrossEntropy loss.
We get node embeddings from model and use LR as classifier.
We use Amazon dataset to realize link prediction task, using NCE loss.