Relation
Connection Between GCN and Neural Message Passing
A Graph Convolutional Network (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 the polynomial , then we have: We can see that a graph convolution based on is equivalent to first aggregating neighborhood information and then combining it with information of the node-self.
0
1
Updated 2026-06-16
Tags
Deep Learning (in Machine learning)
Data Science
Computing Sciences