Lab: Using Graph Embeddings
From info216
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