Glossary › message
GLOSSARY
message
appears in 1 paper titles
Definition
In graph neural networks, the vector a node sends to its neighbours along an edge. One layer builds a message from each edge's endpoints, aggregates the incoming messages at every node, and uses the result to update that node's representation — the template most GNNs are instances of. Not the everyday sense of a chat message or a network packet.