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.
Source: Semi-Supervised Classification with Graph Convolutional NetworksPaper | Code | Results | Date | Stars |
---|
Task | Papers | Share |
---|---|---|
Node Classification | 76 | 9.57% |
Graph Learning | 33 | 4.16% |
Classification | 28 | 3.53% |
Action Recognition | 23 | 2.90% |
Skeleton Based Action Recognition | 20 | 2.52% |
Graph Classification | 19 | 2.39% |
Clustering | 17 | 2.14% |
Recommendation Systems | 17 | 2.14% |
Text Classification | 15 | 1.89% |
Component | Type |
|
---|---|---|
🤖 No Components Found | You can add them if they exist; e.g. Mask R-CNN uses RoIAlign |