Graph Attention Networks
Hi to everyone, today we are gonna a see the math behind GAT, and the implementation of a simple version of GAT.
INDEX- THEORY
- Recap
- Introduction
- GAT
- GCN layer implementation
- PRACTICE
- How to implement GAT layer
- How to use GATconv
Download the material of the lecture here.