benedekrozemberczki/CapsGNN
A PyTorch implementation of "Capsule Graph Neural Network" (ICLR 2019).
Combines capsule networks with graph neural networks to generate multiple graph-level embeddings that capture diverse structural properties, moving beyond scalar node representations. Uses stacked GCN layers with routing mechanisms and attention modules to aggregate node capsules into graph-level capsules, enabling the model to handle variable-sized graphs. Integrates PyTorch Geometric for graph operations and trains end-to-end on graph classification tasks using JSON-formatted graph inputs.
1,280 stars. No commits in the last 6 months.
Stars
1,280
Forks
198
Language
Python
License
GPL-3.0
Category
Last pushed
Mar 18, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/benedekrozemberczki/CapsGNN"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
siapy/siapy-lib
🥷 A Python package for efficient processing of spectral images
jgraving/selfsne
Self-Supervised Noise Embeddings (Self-SNE)
Tony607/Keras_Deep_Clustering
How to do Unsupervised Clustering with Keras
yueliu1999/Awesome-Deep-Graph-Clustering
Awesome Deep Graph Clustering is a collection of SOTA, novel deep graph clustering methods...
bourdakos1/CapsNet-Visualization
🎆 A visualization of the CapsNet layers to better understand how it works