awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
benedekrozemberczki avatar

benedekrozemberczki/GraphWaveletNeuralNetwork

0
View on GitHub↗
608 stars·117 forks·Python·GPL-3.0·10 views

GraphWaveletNeuralNetwork

A PyTorch implementation of "Graph Wavelet Neural Network" (ICLR 2019)

Features

  • Graph Neural Networks - Graph Wavelet Neural Network implementation.
  • Geometric Deep Learning: Graph & Irregular Structures - Listed in the “Geometric Deep Learning: Graph & Irregular Structures” section of the The Incredible Pytorch awesome list.

Star history

Star history chart for benedekrozemberczki/graphwaveletneuralnetworkStar history chart for benedekrozemberczki/graphwaveletneuralnetwork

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.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to GraphWaveletNeuralNetwork

Similar open-source projects, ranked by how many features they share with GraphWaveletNeuralNetwork.
  • benedekrozemberczki/attentionwalkbenedekrozemberczki avatar

    benedekrozemberczki/AttentionWalk

    326View on GitHub↗

    A PyTorch Implementation of "Watch Your Step: Learning Node Embeddings via Graph Attention" (NeurIPS 2018).

    Python
    View on GitHub↗326
  • benedekrozemberczki/capsgnnbenedekrozemberczki avatar

    benedekrozemberczki/CapsGNN

    1,278View on GitHub↗

    A PyTorch implementation of "Capsule Graph Neural Network" (ICLR 2019).

    Python
    View on GitHub↗1,278
  • benedekrozemberczki/appnpbenedekrozemberczki avatar

    benedekrozemberczki/APPNP

    374View on GitHub↗

    A PyTorch implementation of "Predict then Propagate: Graph Neural Networks meet Personalized PageRank" (ICLR 2019).

    Python
    View on GitHub↗374
  • benedekrozemberczki/clustergcnbenedekrozemberczki avatar

    benedekrozemberczki/ClusterGCN

    806View on GitHub↗

    A PyTorch implementation of "Cluster-GCN: An Efficient Algorithm for Training Deep and Large Graph Convolutional Networks" (KDD 2019).

    Python
    View on GitHub↗806
See all 30 alternatives to GraphWaveletNeuralNetwork→

Frequently asked questions

What does benedekrozemberczki/graphwaveletneuralnetwork do?

A PyTorch implementation of "Graph Wavelet Neural Network" (ICLR 2019)

What are the main features of benedekrozemberczki/graphwaveletneuralnetwork?

The main features of benedekrozemberczki/graphwaveletneuralnetwork are: Graph Neural Networks, Geometric Deep Learning: Graph & Irregular Structures.

What are some open-source alternatives to benedekrozemberczki/graphwaveletneuralnetwork?

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…