xinyi-code / Graph-LearningLinks
Graph model implementation
☆142Updated 3 years ago
Alternatives and similar repositories for Graph-Learning
Users that are interested in Graph-Learning are comparing it to the libraries listed below
Sorting:
- 异构图神经网络HAN。Heterogeneous Graph Attention Network (HAN) with pytorch☆111Updated 2 years ago
- Some GNNs are implemented using PyG for node classification tasks, including: GCN, GraphSAGE, SGC, GAT, R-GCN and HAN (Heterogeneous Grap…☆135Updated 2 years ago
- 图神经网络、图卷积网络、图注意力网络、图自编码网络、时空图神经网络等论文合集。☆96Updated last month
- PyTorch示例代码;复现GNN模型☆126Updated 3 years ago
- gnn for link prediction,图神经网络用于链接预测。☆47Updated 2 years ago
- A Collection for HGNN (Heterogenous Graph Neural Network), including datasets, algorithms and so on.☆58Updated last year
- Some GNNs are implemented using PyG for link prediction tasks, including: GCN, GraphSAGE, GAT, Node2Vec、RGCN、HGT and HAN, which will cont…☆63Updated last year
- GNN方法和模型的Pytorch实现。Pytorch implementation of GNN.