AICurious Logo

What is: Graph Convolutional Network?

SourceSemi-Supervised Classification with Graph Convolutional Networks
Year2000
Data SourceCC BY-SA - https://paperswithcode.com

A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of convolutional neural networks which operate directly on graphs. The choice of convolutional architecture is motivated via a localized first-order approximation of spectral graph convolutions. The model scales linearly in the number of graph edges and learns hidden layer representations that encode both local graph structure and features of nodes.