GCN layers can be written as graph convolutions
[[concept]]
Idea
We can write a graph convolutional network layer as a graph convolution. This is easy to see by simply writing
Which is exactly the form of a graph convolution with
And A[A>0]
in Python)