What is: Relational Graph Convolution Network?
Source | Modeling Relational Data with Graph Convolutional Networks |
Year | 2000 |
Data Source | CC 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.