Lab: Using Graph Embeddings

From info216
Revision as of 11:40, 14 April 2022 by Sinoa (talk | contribs) (Created page with " =Lab 13: Using Graph Embeddings= ==Topics== Using knowledge graph embeddings with TorchKGE. <!-- ==Tutorial== --> ==Classes and methods== The following TorchKGE classes a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Lab 13: Using Graph Embeddings

Topics

Using knowledge graph embeddings with TorchKGE.


Classes and methods

The following TorchKGE classes are central:

  • KG - contains the knowledge graph (KG)
  • Model - contains the embeddings (entity and relation vectors) for the KG



Tasks

Code to get started


If You Have More Time

Useful readings