Skip to main content

Module gnn_embeddings

Module gnn_embeddings 

Source
Expand description

Graph Neural Network (GNN) embeddings for knowledge graphs

This module implements GNN-based embedding methods:

  • GCN: Graph Convolutional Networks
  • GraphSAGE: Graph Sample and Aggregate

Structs§

GCN
Graph Convolutional Network (GCN) embedding model
GraphSAGE
GraphSAGE (Graph Sample and Aggregate) embedding model

Enums§

AggregatorType
SamplingStrategy