#Graph-attention-networks
Showing 8 of 8 repositories tagged #graph-attention-networks, ranked by stars
Graph Attention Networks (https://arxiv.org/abs/1710.10903)
Pytorch implementation of the Graph Attention Network model by Veličković et. al (2017, https://arxiv.org/abs/1710.10903)
My implementation of the original GAT paper (Veličković et al.). I've additionally included the playground.py file for visualizing the Cora dataset, GAT embeddings, an attention mechanism, and entropy histograms. I've supported both Cora (transductive) and PPI (inductive) examples!
Free hands-on course about Graph Neural Networks using PyTorch Geometric.
A Context-aware Visual Attention-based training pipeline for Object Detection from a Webpage screenshot!
ECML 2019: Graph Neural Networks for Multi-Label Classification
Fake news detector based on the content and users associated with it using BERT and Graph Attention Networks (GAT).
Graph Neural networks for NLP