hechtlinger / graph_cnnLinks
Supplementary code to "Convolutional Neural Networks Generalization Utilizing the Data Graph Structure"
☆49Updated 8 years ago
Alternatives and similar repositories for graph_cnn
Users that are interested in graph_cnn are comparing it to the libraries listed below
Sorting:
- A convolutional neural network for graph classification in PyTorch☆91Updated 6 years ago
- TensorFlow implementation of Deep Graph Infomax☆62Updated 7 years ago
- Implementation of the paper "Community Detection with Graph Neural Networks", by J. Bruna and L. Li☆74Updated 8 years ago
- This contains my M.Tech project work on using Deep Leanring for learning graph representations. Data will be provided on request☆33Updated 8 years ago
- Codes for the paper "Learning Graph-Level Representations with Gated Recurrent Neural Networks"☆29Updated 6 years ago
- Code and data for the paper 'Classifying Graphs as Images with Convolutional Neural Networks' (new title: 'Graph Classification with 2D C…