Concept

Graph Convolutional Networks (GCN)

Kipf and Welling built the GCN in their work. The idea of GCN is that the model can be powerful by stacking simple convolutional layer and using a normalized variant of adjacency matrix with self-loops.:

H(k)=σ(A~H(k1)W(k))\mathbf{H}^{(k)}=\sigma(\tilde{\mathbf{A}} \mathbf{H}^{(k-1)} \mathbf{W}^{(k)})

Where A~=(D+I)12(I+A)(D+I)12\tilde{\mathbf{A}} = (\mathbf{D}+\mathbf{I})^{-\frac{1}{2}} (\mathbf{I}+\mathbf{A}) (\mathbf{D}+\mathbf{I})^{-\frac{1}{2}}

0

1

Updated 2022-07-17

Contributors are:

Who are from:

Tags

Deep Learning (in Machine learning)

Data Science