Transformers Are Graph Neural Networks - thegradient.pub

## Metadata
- Author: **thegradient.pub**
- Full Title: Transformers Are Graph Neural Networks
- Category: #articles
- URL: https://thegradient.pub/transformers-are-graph-neural-networks/
## Highlights
- Graph Neural Networks (GNNs) or Graph Convolutional Networks (GCNs) build representations of nodes and edges in graph data. They do so through neighbourhood aggregation (or message passing), where each node gathers features from its neighbours to update its representation of the local graph structure around it