Skip to content
forked from PetarV-/GAT

Graph Attention Networks (GATs)

Notifications You must be signed in to change notification settings

parsa-abbasi/GAT

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

GAT

A repository containing all about the Graph Attention Networks (GATs).

Papers

The original paper introducing the architecture of the GATs:

Graph Attention Networks (Veličković et al., ICLR 2018)

There is a recently published paper that provides a new version of this architecture (GATv2) with dynamic attention.

How Attentive are Graph Attention Networks? (Brody et al., arXiv 2021)

Presentations

I recently introduced the original GAT architecture to my coursemates in the Deep Learning course (spring 2021) at IUST. The presentation file of this talk is available in the repository.

Other sources

Videos:

Codes:

Blog posts: