=============
图神经网络代码
============= |
Jiakui/awesome-gcn
This repository is to collect GCN, GAT(graph attention) related resources. |
yanx27/3DGNN_pytorch:
This is the Pytorch implementation of 3D Graph Neural Networks for RGBD Semantic Segmentation. |
benedekrozemberczki/CapsGNN:
A PyTorch implementation of "Capsule Graph Neural Network" (ICLR 2019). |
graphdeeplearning/benchmarking-gnns:
Repository for benchmarking graph neural networks
|
svjan5/GNNs-for-NLP:
Tutorial: Graph Neural Networks for Natural Language Processing at EMNLP 2019 and CODS-COMAD 2020.
|
XinyiZ001/CapsGNN:
ensorflow implementation of Capsule Graph Neural Network |
yazdotai/graph-networks:
A list of interesting graph neural networks (GNN) links with a primary interest in recommendations and tensorflow tha… |
rusty1s/pytorch_geometric |
Must-read papers on GNN |
Graph Convolutional Networks
This is a TensorFlow implementation of Graph Convolutional Networks for the task of (semi-supervised) classification of nodes in a graph. |
|
商汤科技的GNN_PPI模型:https://github.com/lvguofeng/GNN_PPI
Codes and models for the paper "Learning Unknown from Correlations: Graph Neural Network for Inter-novel-protein Interaction Prediction". |
|
GraphDTA: prediction of drug–target binding affinity using graph convolutional networks (pdf) GitHub: GraphDTA |
|
GRAPH ATTENTION NETWORKS (pdf) || GitGub code |
|