Article Source
Graph Attention Networks Implementation
Abstract
In this video we will see the math behind GAT and a simple implementation in Pytorch geometric.
- Recap
- Introduction
- GAT
- Message Passing pytroch layer
- Simple GCNlayer implementation
- GAT implementation
- GAT Usage