DGCNN

Graph classifier

A deep learning architecture for graph classification that extracts vertex features through propagation-based graph convolution and retains more node information than traditional sum pooling methods.

Code for "M. Zhang, Z. Cui, M. Neumann, and Y. Chen, An End-to-End Deep Learning Architecture for Graph Classification, AAAI-18".

GitHub

174 stars
8 watching
44 forks
Language: Matlab
last commit: over 8 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
deepgraphlearning/gmnnA software framework that integrates statistical relational learning and graph neural networks for semi-supervised object classification and unsupervised node representation learning.403
benedekrozemberczki/seal-ciA PyTorch implementation of a semi-supervised graph classification model that learns hierarchical representations from labeled and unlabeled graph data.209
gasteigerjo/ppnpImplementations of a graph neural network model for personalized graph classification321
hongyanggao/lgcnAn implementation of learnable graph convolutional networks for efficient graph processing46
benedekrozemberczki/gamAn implementation of a graph classification model using structural attention and PyTorch270
benedekrozemberczki/mixhop-and-n-gcnA deep learning framework implementation of higher-order graph convolutional architectures and their applications403
benedekrozemberczki/sgcnAn implementation of a deep learning algorithm for graph data270
lonl/cdbnAn implementation of Convolutional Deep Belief Networks with various computational methods and GPU acceleration.35
dmlc/gnnlens2An interactive visualization tool for graph neural networks242
yuetan031/fedstarThis project implements a federated learning algorithm for non-IID graph classification tasks by leveraging structural knowledge sharing.60
zhengwang100/rectA deep learning framework for graph representation learning with partially labeled data19
liqimai/gcnAn implementation of graph convolutional networks for semi-supervised learning in Python using TensorFlow and other libraries.45
mdeff/cnn_graphAn implementation of convolutional neural networks on graphs using spectral filtering1,342
delta2323/gb-gnnAnalyzes and optimizes the performance of graph neural networks using gradient boosting and various aggregation models.13
matlab-deep-learning/abnormal-eeg-signal-classification-using-cnnsDevelops and trains a deep neural network to classify EEG signals as normal or abnormal50