Learn Before
Concept
Connection Between GCN And Message Passing
GCN can be viewed as a more complex form of message passing with additional trainable weights and non-linearities. Suppose we combine a simple graph convolution via polynomial , then we can have:
We can see that a graph convolution based on is equivalent to first aggregate neighborhood information and then combining it with information of the node-self.
0
1
Updated 2022-07-17
Tags
Deep Learning (in Machine learning)
Data Science