AICurious Logo

What is: Relational Graph Convolution Network?

SourceModeling Relational Data with Graph Convolutional Networks
Year2000
Data SourceCC BY-SA - https://paperswithcode.com

An RGCN, or Relational Graph Convolution Network, is a an application of the GCN framework to modeling relational data, specifically to link prediction and entity classification tasks.

See here for an in-depth explanation of RGCNs by DGL.