gat
There are 60 repositories under gat topic.
gordicaleksa/pytorch-GAT
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!
shenweichen/GraphNeuralNetwork
Implementation and experiments of graph neural netwokrs, like gcn,graphsage,gat,etc.
GraphSAINT/GraphSAINT
[ICLR 2020; IPDPS 2019] Fast and accurate minibatch training for deep GNNs and large graphs (GraphSAINT: Graph Sampling Based Inductive Learning Method).
tech-srl/how_attentive_are_gats
Code for the paper "How Attentive are Graph Attention Networks?" (ICLR'2022)
gmftbyGMFTBY/MultiTurnDialogZoo
Multi-turn dialogue baselines written in PyTorch
XiaShan1227/GNN-Tutorial
B站GNN教程资料
shuowang-ai/GeniePath-pytorch
This is a PyTorch implementation of the GeniePath model in <GeniePath: Graph Neural Networks with Adaptive Receptive Paths> (https://arxiv.org/abs/1802.00910)
xueqing/GB-Doc
中华人民共和国国家标准文档
alexmonti19/dagnet
PyTorch code for ICPR 2020 paper "DAG-Net: Double Attentive Graph Neural Network for Trajectory Forecasting"
quqixun/GNN-Pytorch
GNN方法和模型的Pytorch实现。Pytorch implementation of GNN.
Firyuza/GraphSAGE
Graph Neural Networks
Borf/BrowEdit3
Browedit is an editor for rsw, gnd and gat files
tk-rusch/gradientgating
Gradient gating (ICLR 2023)
ebrahimpichka/GAT-pt
PyTorch implementation of the Graph Attention Networks (GAT) based on the paper "Graph Attention Network" by Velickovic et al - https://arxiv.org/abs/1710.10903v3
l294265421/SCAN
[NLPCC 2020] Sentence Constituent-Aware Aspect-Category Sentiment Analysis with Graph Attention Networks
ShinKyuY/Graph_Neural_Net
Graph Convolutional Networks, Graph Attention Networks, Gated Graph Neural Net, Mixhop
njmarko/machine-learning-with-graphs
My solutions for Stanford University course CS224W: Machine Learning with Graphs Fall 2021 colabs (GNN, GAT, GraphSAGE, GCN)
HuichuanLI/GraphNeuralNetWork
玩转图神经网络和知识图谱的相关算法:GCN,GAT,GAFM,GAAFM,GraphSage,W2V,TRANSe
njmarko/graph-transformer-psiml
Transformer implemented with graph attention network (GAT) layers from PyTorch Geometric
YeonwooSung/PyTorch_GNN_Implementation
PyTorch implementation of GNN models
dobraczka/GNNTutorial
A small tutorial notebook on Graph Neural Networks, especially Graph Convolutional Networks
favour-nerrise/xGW-GAT
An Explainable Geometric-Weighted Graph Attention Network (xGW-GAT) for Identifying Functional Networks Associated with Gait Impairment
arxyzan/fraud-detection-gnn
Fraud Detection using various GNN models
L1nkZ/raglib
A C++ library for parsing Ragnarok Online resource files safely.
danielhenrymantilla/higher-kinded-types.rs
"Generic generics" / higher-kinded APIs in stable Rust.
gmftbyGMFTBY/WhenToSpeak
The codes of our paper When to Talk: Chatbot Controls the Timing of Talking during Multi-turn Open-domain Dialogue Generation
jayeew/GNNs-Baseline
A Pytorch based implementation of classical GNNs.
taishan1994/pytorch_gat
Pytorch implementation of graph attention network
XufengXufengXufeng/try_gcn
try different opts on word context graph with GCN and GAT to obtain word embeddings.
zamirmehdi/GNN-Node-Regression
Comparative Analysis of Graph Neural Networks for Node Regression on Wiki-Squirrel dataset (bachelor's Research Project)
dacarlin/gato
Protein design using graph attention networks (GATs)
TransformersWsz/BERT-GAT-CRF-NER
Leveraging BERT GAT CRF to NER
Frank-qlu/GNN
Principles of various GNN algorithms and implementation of various GNN algorithms using DGL[ GNN各种算法原理以及实现(DGL),初学者必备]
Aveek-Saha/Graph-Attention-Net
A TensorFlow 2 implementation of Graph Attention Networks (GAT)
khanmhmdi/GAT-Graph-attention-neural-network-
This repository contain the unofficial implementation of the graph attention neural network.
li-boxuan/Parallel-GAT
Parallel implementations of Graph Attention Network, including CUDA, OpenMP, and TinkerPop Vertex Program.