1

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?

skumaravel
  • 21
  • 2

1 Answers1

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