Learn Before
Concept
Formal Definition of Neural Message Passing
During each message-passing iteration in a GNN, a hidden embedding corresponding to each node is updated according to information aggregated from ’s graph neighborhood
the message-passing update can be expressed by:
...
where and are arbituary differentiable functions (neural networks) and is the "message" that is aggregated from 's graph neighborhood
0
1
Updated 2022-07-03
Tags
Data Science