All Projects → dreamhomes → PyTorch-GNNs

dreamhomes / PyTorch-GNNs

Licence: other
The implement of GNN based on Pytorch

Programming Languages

python
139335 projects - #7 most used programming language
Jupyter Notebook
11667 projects

Projects that are alternatives of or similar to PyTorch-GNNs

text gcn tutorial
A tutorial & minimal example (8min on CPU) for Graph Convolutional Networks for Text Classification. AAAI 2019
Stars: ✭ 23 (-80.99%)
Mutual labels:  graph-convolutional-networks
resolutions-2019
A list of data mining and machine learning papers that I implemented in 2019.
Stars: ✭ 19 (-84.3%)
Mutual labels:  graph-convolutional-networks
STEP
Spatial Temporal Graph Convolutional Networks for Emotion Perception from Gaits
Stars: ✭ 39 (-67.77%)
Mutual labels:  graph-convolutional-networks
SimP-GCN
Implementation of the WSDM 2021 paper "Node Similarity Preserving Graph Convolutional Networks"
Stars: ✭ 43 (-64.46%)
Mutual labels:  graph-convolutional-networks
PaiConvMesh
Official repository for the paper "Learning Local Neighboring Structure for Robust 3D Shape Representation"
Stars: ✭ 19 (-84.3%)
Mutual labels:  graph-convolutional-networks
kglib
TypeDB-ML is the Machine Learning integrations library for TypeDB
Stars: ✭ 523 (+332.23%)
Mutual labels:  graph-convolutional-networks
SelfGNN
A PyTorch implementation of "SelfGNN: Self-supervised Graph Neural Networks without explicit negative sampling" paper, which appeared in The International Workshop on Self-Supervised Learning for the Web (SSL'21) @ the Web Conference 2021 (WWW'21).
Stars: ✭ 24 (-80.17%)
Mutual labels:  graph-convolutional-networks
Literatures-on-GNN-Acceleration
A reading list for deep graph learning acceleration.
Stars: ✭ 50 (-58.68%)
Mutual labels:  graph-convolutional-networks
graphml-tutorials
Tutorials for Machine Learning on Graphs
Stars: ✭ 125 (+3.31%)
Mutual labels:  graph-convolutional-networks
Extremely-Fine-Grained-Entity-Typing
PyTorch implementation of our paper "Imposing Label-Relational Inductive Bias for Extremely Fine-Grained Entity Typing" (NAACL19)
Stars: ✭ 89 (-26.45%)
Mutual labels:  graph-convolutional-networks
GNN-Recommender-Systems
An index of recommendation algorithms that are based on Graph Neural Networks.
Stars: ✭ 505 (+317.36%)
Mutual labels:  graph-convolutional-networks
Spatio-Temporal-papers
This project is a collection of recent research in areas such as new infrastructure and urban computing, including white papers, academic papers, AI lab and dataset etc.
Stars: ✭ 180 (+48.76%)
Mutual labels:  graph-convolutional-networks
Representation Learning on Graphs with Jumping Knowledge Networks
Representation Learning on Graphs with Jumping Knowledge Networks
Stars: ✭ 31 (-74.38%)
Mutual labels:  graph-convolutional-networks
DCGCN
Densely Connected Graph Convolutional Networks for Graph-to-Sequence Learning (authors' MXNet implementation for the TACL19 paper)
Stars: ✭ 73 (-39.67%)
Mutual labels:  graph-convolutional-networks
NeuralDater
ACL 2018: Dating Documents using Graph Convolution Networks
Stars: ✭ 60 (-50.41%)
Mutual labels:  graph-convolutional-networks
awesome-efficient-gnn
Code and resources on scalable and efficient Graph Neural Networks
Stars: ✭ 498 (+311.57%)
Mutual labels:  graph-convolutional-networks
TextCategorization
⚡ Using deep learning (MLP, CNN, Graph CNN) to classify text in TensorFlow.
Stars: ✭ 30 (-75.21%)
Mutual labels:  graph-convolutional-networks
graph-nvp
GraphNVP: An Invertible Flow Model for Generating Molecular Graphs
Stars: ✭ 69 (-42.98%)
Mutual labels:  graph-convolutional-networks
kGCN
A graph-based deep learning framework for life science
Stars: ✭ 91 (-24.79%)
Mutual labels:  graph-convolutional-networks
pb-gcn
Code for the BMVC paper (http://bmvc2018.org/contents/papers/1003.pdf)
Stars: ✭ 32 (-73.55%)
Mutual labels:  graph-convolutional-networks

PyTorch GNNs

Node-level and graph-level classification.

Models

Related theory reference 👉🏻 https://dreamhomes.top/

  • GCN
  • GAT
  • GraphSAGE

Dependencies

numpy==1.20.3
scipy==1.4.1
matplotlib==3.1.3
networkx==2.5.1
torch==1.6.0
dgl==0.5.1

Using following command:

$ pip install -r requirements.txt

Train and visualization

Karate club dataset

result

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].