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".
174 stars
8 watching
44 forks
Language: Matlab
last commit: almost 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
| A software framework that integrates statistical relational learning and graph neural networks for semi-supervised object classification and unsupervised node representation learning. | 403 |
| A PyTorch implementation of a semi-supervised graph classification model that learns hierarchical representations from labeled and unlabeled graph data. | 209 |
| Implementations of a graph neural network model for personalized graph classification | 321 |
| An implementation of learnable graph convolutional networks for efficient graph processing | 46 |
| An implementation of a graph classification model using structural attention and PyTorch | 270 |
| A deep learning framework implementation of higher-order graph convolutional architectures and their applications | 403 |
| An implementation of a deep learning algorithm for graph data | 270 |
| An implementation of Convolutional Deep Belief Networks with various computational methods and GPU acceleration. | 35 |
| An interactive visualization tool for graph neural networks | 242 |
| This project implements a federated learning algorithm for non-IID graph classification tasks by leveraging structural knowledge sharing. | 60 |
| A deep learning framework for graph representation learning with partially labeled data | 19 |
| An implementation of graph convolutional networks for semi-supervised learning in Python using TensorFlow and other libraries. | 45 |
| An implementation of convolutional neural networks on graphs using spectral filtering | 1,342 |
| Analyzes and optimizes the performance of graph neural networks using gradient boosting and various aggregation models. | 13 |
| Develops and trains a deep neural network to classify EEG signals as normal or abnormal | 50 |