30 open-source projects similar to benedekrozemberczki/splitter, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.
A PyTorch implementation of "Semi-Supervised Graph Classification: A Hierarchical Graph Perspective" (WWW 2019)
A PyTorch Implementation of "SINE: Scalable Incomplete Network Embedding" (ICDM 2018).
A PyTorch Implementation of "Watch Your Step: Learning Node Embeddings via Graph Attention" (NeurIPS 2018).
A PyTorch implementation of "Signed Graph Convolutional Network" (ICDM 2018).
A PyTorch implementation of "Graph Wavelet Neural Network" (ICLR 2019)
A PyTorch implementation of "Predict then Propagate: Graph Neural Networks meet Personalized PageRank" (ICLR 2019).
LINE: Large-scale information network embedding
A PyTorch implementation of "Cluster-GCN: An Efficient Algorithm for Training Deep and Large Graph Convolutional Networks" (KDD 2019).
A PyTorch implementation of "Capsule Graph Neural Network" (ICLR 2019).
The official PyTorch implementation of "Pathfinder Discovery Networks for Neural Message Passing" (WebConf '21)
An implementation of "MixHop: Higher-Order Graph Convolutional Architectures via Sparsified Neighborhood Mixing" (ICML 2019).
A PyTorch implementation of "Graph Classification Using Structural Attention" (KDD 2018).
Generate embeddings from large-scale graph-structured data.
This project is a collection of deep learning research papers translated into annotated code. It serves as a resource for reproducing academic research, providing implementations of transformers, diffusion models, and reinforcement learning architectures. The library distinguishes itself by using a side-by-side annotation format that combines executable Python code with descriptive markdown notes. This approach provides a structured way to explain the logic of neural network papers alongside their PyTorch-based implementations. The codebase covers several major capability areas, including ge
PyTorch Geometric Temporal: Spatiotemporal Signal Processing with Neural Machine Learning Models (CIKM 2021)
The reference implementation of "Multi-scale Attributed Node Embedding". (Journal of Complex Networks 2021)
An implementation of "Multi-Level Network Embedding with Boosted Low-Rank Matrix Approximation" (ASONAM 2019).
A sparsity aware implementation of "Binarized Attributed Network Embedding" (ICDM 2018).
This repository provides a reference implementation of node2vec as described in the paper:
A SciPy implementation of "GraRep: Learning Graph Representations with Global Structural Information" (WWW 2015).
Karate Club: An API Oriented Open-source Python Framework for Unsupervised Learning on Graphs (CIKM 2020)
An implementation of "Community Preserving Network Embedding" (AAAI 2017)
The TensorFlow reference implementation of 'GEMSEC: Graph Embedding with Self Clustering' (ASONAM 2019).
A sparsity aware and memory efficient implementation of "Attributed Social Network Embedding" (TKDE 2018).
KDD 2022 The implementation for "Condensing Graphs via One-Step Gradient Matching" on graph classification is shown below. For node classification, please refer to link.
An implementation of "Fusing Structure and Content via Non-negative Matrix Factorization for Embedding Information Networks".