How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.
A PyTorch Implementation of "Watch Your Step: Learning Node Embeddings via Graph Attention" (NeurIPS 2018).
A PyTorch implementation of "Capsule Graph Neural Network" (ICLR 2019).
A PyTorch implementation of "Predict then Propagate: Graph Neural Networks meet Personalized PageRank" (ICLR 2019).
A PyTorch implementation of "Cluster-GCN: An Efficient Algorithm for Training Deep and Large Graph Convolutional Networks" (KDD 2019).
A PyTorch implementation of "Graph Wavelet Neural Network" (ICLR 2019)
The main features of benedekrozemberczki/graphwaveletneuralnetwork are: Graph Neural Networks, Geometric Deep Learning: Graph & Irregular Structures.
Open-source alternatives to benedekrozemberczki/graphwaveletneuralnetwork include: benedekrozemberczki/clustergcn — A PyTorch implementation of "Cluster-GCN: An Efficient Algorithm for Training Deep and Large Graph Convolutional… benedekrozemberczki/gam — A PyTorch implementation of "Graph Classification Using Structural Attention" (KDD 2018). benedekrozemberczki/attentionwalk — A PyTorch Implementation of "Watch Your Step: Learning Node Embeddings via Graph Attention" (NeurIPS 2018). benedekrozemberczki/capsgnn — A PyTorch implementation of "Capsule Graph Neural Network" (ICLR 2019). benedekrozemberczki/appnp — A PyTorch implementation of "Predict then Propagate: Graph Neural Networks meet Personalized PageRank" (ICLR 2019). benedekrozemberczki/mixhop-and-n-gcn — An implementation of "MixHop: Higher-Order Graph Convolutional Architectures via Sparsified Neighborhood Mixing" (ICML…