In a knowledge graph, embedding vectors can be learned for nodes (node embedding) and edges (edge embeddings). Is there a method to learn one single embedding vector for the entire knowledge graph?
Asked
Active
Viewed 64 times
1 Answers
0
The answer is Graph Readout operation can get a graph level representation out of the node/edge representations. Read the following: https://lifesci.dgl.ai/api/model.readout.html
skumaravel
- 21
- 2