Relational graph convolutional network (R-GCN)
A Relational Graph Convolutional Network (R-GCN) is a type of neural network designed to operate on graph-structured data with multiple types of edges, enabling effective learning over relational data. It extends traditional graph convolutional networks by incorporating relation-specific transformations, making it particularly useful for knowledge graphs and multi-relational data.