Graph attention networks (GAT)

GAT and it's implementation

Posted by Antonio Longa on March 5, 2021

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.