# GNN-Tutorial
**Repository Path**: xbystudy/GNN-Tutorial
## Basic Information
- **Project Name**: GNN-Tutorial
- **Description**: B站GNN的视频讲解
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 1
- **Created**: 2024-07-17
- **Last Updated**: 2024-11-21
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
### GNN论文
1.【ICLR-2017 GCN】
[Semi-Supervised Classification with Graph Convolutional Networks](https://arxiv.org/abs/1609.02907)
2.【NIPS-2017 GraphSAGE】
[Inductive Representation Learning on Large Graphs](https://arxiv.org/abs/1706.02216)
3.【ICLR-2018 GAT】
[Graph Attention Networks](https://arxiv.org/abs/1710.10903)
4.【KDD-2019 Cluster-GCN】
[Cluster-GCN: An Efficient Algorithm for Training Deep and Large Graph Convolutional Networks](https://arxiv.org/abs/1905.07953)
5.【ICLR-2022 GATv2】
[How Attentive are Graph Attention Networks?](https://arxiv.org/abs/2105.14491)
6.【WWW-2019 HAN】
[Heterogeneous Graph Attention Network](https://arxiv.org/abs/1903.07293)