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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

Node embedding frameworks

Classement mis à jour le 30 juil. 2026

For node embedding frameworks, the strongest matches are rusty1s/pytorch_geometric (PyTorch Geometric is the flagship Python and PyTorch-based framework), williamleif/graphsage (GraphSAGE is a Python framework built for inductive representation) and dmlc/dgl (This repository provides a comprehensive graph neural network framework). pyg-team/pytorch_geometric and tkipf/pygcn round out the shortlist. Each is ranked by relevance to your query, popularity and recent activity.

Compare the top open-source node embedding frameworks for graph machine learning, ranked by GitHub stars and activity to find your best fit.

Node embedding frameworks

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • rusty1s/pytorch_geometricAvatar de rusty1s

    rusty1s/pytorch_geometric

    23,848Voir sur GitHub↗

    PyTorch Geometric is a library for building and training machine learning models on graph-structured data. It provides a framework for developing graph neural networks, including a specialized system for implementing node-to-node information exchange via customizable message passing, aggregation, and update functions. The library includes a sparse data processing toolkit that utilizes accelerated CPU and CUDA kernels to perform efficient reductions on large sparse datasets. It supports the creation of specialized architectures for structured data such as 3D meshes and point clouds. The proje

    PyTorch Geometric is the flagship Python and PyTorch-based framework for building graph neural networks and generating node embeddings, perfectly matching the required support for scalability, inductive learning, and heterogeneous graphs.

    PythonGraph Neural NetworksHeterogeneous Graph ModelingLarge-Scale Graph Training
    Voir sur GitHub↗23,848
  • williamleif/graphsageAvatar de williamleif

    williamleif/GraphSAGE

    3,657Voir sur GitHub↗

    GraphSAGE is a graph neural network framework designed for inductive representation learning on large-scale graphs. It functions as an inductive graph embedding tool and neighborhood aggregation engine, enabling the generation of numerical node representations that generalize to previously unseen data. The system distinguishes itself by computing node embeddings through the aggregation of features from local neighborhoods rather than relying on a global lookup table. This approach allows the framework to operate as both a supervised graph classifier for predicting categorical node classes and

    GraphSAGE is a Python framework built for inductive representation learning and neighborhood aggregation on large-scale graphs, matching all the core requirements for generating neural node embeddings.

    PythonInductive LearningLarge-Scale Graph TrainingGraph Neural Networks
    Voir sur GitHub↗3,657
  • dmlc/dglAvatar de dmlc

    dmlc/dgl

    14,283Voir sur GitHub↗

    DGL is a Python library for building and training graph neural networks. It functions as a graph message passing framework and a geometric deep learning tool, enabling the development of models that analyze graph-structured data. The library is designed for large-scale graph processing, utilizing distributed training and neighbor sampling to handle datasets with billions of edges. It provides specialized support for heterogeneous graph modeling, allowing for the representation of complex real-world entities with multiple node and edge types. Its capabilities cover a wide range of graph tasks

    This repository provides a comprehensive graph neural network framework implemented in Python, supporting large-scale graphs, heterogeneous structures, and node embedding generation as requested.

    PythonHeterogeneous Graph ModelingHeterogeneous Graph ModelingLarge-Scale Graph Training
    Voir sur GitHub↗14,283
  • pyg-team/pytorch_geometricAvatar de pyg-team

    pyg-team/pytorch_geometric

    23,838Voir sur GitHub↗

    This project is a deep learning library designed for training neural networks on irregular data structures, including graphs, 3D meshes, and point clouds. It functions as an extension to the PyTorch framework, providing specialized layers and kernels that enable the processing of complex, non-Euclidean information. The library distinguishes itself through a geometric deep learning toolkit that manages the unique requirements of graph-based data. It utilizes sparse matrix-based message passing to aggregate information across nodes and employs dynamic computational graph construction to accommo

    PyTorch Geometric is the leading graph neural network library built on PyTorch, offering extensive support for node embeddings, scalability, inductive learning, and heterogeneous graphs in Python.

    PythonGraph Learning
    Voir sur GitHub↗23,838
  • tkipf/pygcnAvatar de tkipf

    tkipf/pygcn

    5,404Voir sur GitHub↗

    pygcn is a PyTorch library and framework for implementing graph convolutional networks. It provides tools for semi-supervised node classification and the generation of node embeddings from graph-structured data. The system converts graph nodes into low-dimensional vectors based on neighborhood patterns and local similarities. It enables the prediction of node labels by leveraging both a small set of labeled examples and the overall graph topology. The library covers relational data analysis and semi-supervised graph learning. It includes computational primitives for message passing, adjacenc

    This repository provides a PyTorch-based framework for implementing graph convolutional networks and generating node embeddings, aligning with the core requirements despite its more specialized scope.

    PythonGraph Neural NetworksGraph Neural Networks
    Voir sur GitHub↗5,404
  • stellargraph/stellargraphAvatar de stellargraph

    stellargraph/stellargraph

    3,061Voir sur GitHub↗

    StellarGraph - Machine Learning on Graphs

    StellarGraph is a Python library built on TensorFlow and Keras designed for machine learning on graphs, providing node embedding and graph neural network capabilities well-suited for representation learning.

    PythonFrameworks and LibrariesGeneral Machine LearningGraph Machine Learning
    Voir sur GitHub↗3,061
  • google-deepmind/graph_netsAvatar de google-deepmind

    google-deepmind/graph_nets

    5,402Voir sur GitHub↗

    graph_nets is a graph-structured deep learning framework and library for building message-passing neural networks. It provides tools for designing architectures that operate on nodes and edges to process and reason about data structured as graphs using TensorFlow. The framework implements a message-passing paradigm for iterative information exchange between nodes. This approach enables the development of models that can reason about complex graph-structured inputs for tasks such as path-finding and sorting, or serve as a predictor for the future states and trajectories of physical systems.

    This repository provides a graph neural network framework for message-passing architectures and node representations, though it is built on TensorFlow rather than PyTorch and lacks some advanced scaling features.

    PythonGraph Neural Networks
    Voir sur GitHub↗5,402
  • tkipf/gaeAvatar de tkipf

    tkipf/gae

    1,740Voir sur GitHub↗

    Implementation of Graph Auto-Encoders in TensorFlow

    This repository provides a TensorFlow implementation of graph auto-encoders for node embeddings, though it focuses on transductive learning and lacks the PyTorch integration and broader scalability features requested.

    PythonGraph Neural Networks
    Voir sur GitHub↗1,740
  • phanein/deepwalkAvatar de phanein

    phanein/deepwalk

    2,757Voir sur GitHub↗

    DeepWalk - Deep Learning for Graphs

    DeepWalk is a graph machine learning library that implements unsupervised representation learning for nodes via random walks and Skip-gram, though it lacks modern inductive learning, heterogeneous graph support, and native PyTorch integration.

    PythonGraph Neural Networks
    Voir sur GitHub↗2,757
  • snap-stanford/graphgymAvatar de snap-stanford

    snap-stanford/graphgym

    1,893Voir sur GitHub↗

    Platform for designing and evaluating Graph Neural Networks (GNN)

    GraphGym is a platform built for designing and evaluating graph neural networks that integrates with PyTorch, though it focuses more on experiment management and architecture search than being a general-purpose node embedding library.

    PythonGraph Neural Networks
    Voir sur GitHub↗1,893
  • tkipf/gcnAvatar de tkipf

    tkipf/gcn

    7,361Voir sur GitHub↗

    This is a graph convolutional network library designed for performing node and graph classification on graph-structured data. It functions as a framework for generating graph embeddings and implementing spectral convolutional neural networks to predict labels for nodes and entire graph structures. The library provides specialized tools for spectral graph convolutions, utilizing Chebyshev polynomial approximations to perform feature aggregation. It includes a multi-graph processing framework that manages batches of different graph instances through block-diagonal adjacency matrices and pooling

    This is a pioneering graph neural network library for spectral convolutions and node embedding generation, though it lacks the advanced scalability, inductive learning, and heterogeneous graph support of modern multi-purpose frameworks.

    PythonGraph Neural Networks
    Voir sur GitHub↗7,361
  • shenweichen/graphembeddingAvatar de shenweichen

    shenweichen/GraphEmbedding

    3,844Voir sur GitHub↗

    GraphEmbedding is a graph network representation library and node embedding framework. It provides a toolkit for transforming complex network nodes into low-dimensional vector spaces, enabling the integration of relational graph data into machine learning workflows. The library functions as a dimensionality reduction toolkit and network topology analysis tool. It uses matrix-factorization techniques to preserve global connectivity and employs random-walk sampling with skip-gram based vector optimization to learn numerical representations of nodes. The framework covers several domain-specific

    GraphEmbedding is a Python-based node embedding framework that uses random walks and matrix factorization for graph representation learning, though it lacks modern graph neural network architectures and PyTorch integration.

    PythonGraph Embedding GeneratorsDimensionality Reduction TechniquesGraph Neighborhood Sampling
    Voir sur GitHub↗3,844
  • seongjunyun/graph_transformer_networksAvatar de seongjunyun

    seongjunyun/Graph_Transformer_Networks

    1,082Voir sur GitHub↗

    GraphTransformerNetworks is a graph neural network framework implemented in PyTorch for learning structural representations and performing classification tasks on complex heterogeneous graphs and relational networks. The project provides automated preprocessing pipelines to transform raw graph datasets into standardized formats, alongside model training, forward passes, and gradient backpropagation executed through dynamic tensor operations. The architecture incorporates self-attention mechanisms applied directly to graph structures to learn contextual representations of nodes and edges ac

    This repository provides a PyTorch implementation of Graph Transformer Networks, which serves as a specialized framework for graph machine learning and node representation, though it is scoped to a specific research paper rather than offering a general-purpose library.

    Jupyter NotebookHeterogeneous Graph Modeling
    Voir sur GitHub↗1,082
  • alibaba/graph-learnAvatar de alibaba

    alibaba/graph-learn

    1,341Voir sur GitHub↗

    Graph-learn is a distributed graph processing engine and graph neural network framework designed for large-scale graph data. It provides specialized query interfaces to extract training subgraphs and node neighborhoods, enabling the construction and training of complex graph neural network models on massive datasets. The system integrates a real-time inference server to serve live predictions by sampling dynamic graphs with low latency while processing streaming graph updates. The project features a C++ core engine integration that executes graph sampling and tensor operations natively, coupl

    Graph-Learn is an industrial graph neural network framework integrated with PyTorch and TensorFlow for large-scale graph learning, though it leans more toward distributed industrial execution than standard research-focused node embedding libraries.

    C++Graph Neural Networks
    Voir sur GitHub↗1,341
  • dsgiitr/graph_netsAvatar de dsgiitr

    dsgiitr/graph_nets

    1,237Voir sur GitHub↗

    Graph Nets is a graph neural network library and educational toolkit implemented in PyTorch, providing implementations of popular graph representation learning algorithms and research papers. The project covers core graph machine learning tasks including semi-supervised node classification, inductive and unsupervised node embedding generation, and neighborhood feature aggregation. The library supports diverse algorithmic approaches for processing network structures, ranging from shared-parameter graph convolutions and attention-weighted neighborhood aggregation to spectral Chebyshev filtering

    This repository provides educational PyTorch implementations of classical node embedding and graph neural network papers, fitting the category even though it is structured as a learning collection rather than a production-scale framework.

    Jupyter NotebookInductive LearningGraph Neural Network Implementations
    Voir sur GitHub↗1,237
  • mdeff/cnn_graphAvatar de mdeff

    mdeff/cnn_graph

    1,369Voir sur GitHub↗

    Cnn_graph is a graph convolutional network framework and graph signal processing library designed for machine learning research. It provides computational notebooks and code to process and classify graph-structured data by combining node features with an underlying adjacency matrix representation. The framework performs spectral graph convolutions through localized filters and accelerates filtering operations using truncated Chebyshev polynomials to avoid explicit graph Laplacian diagonalization. It includes a graph-structured data pipeline and sparse adjacency representations to handle irreg

    This repository provides graph convolutional neural networks using spectral filtering, fitting the core category of graph machine learning frameworks even though it lacks the broader inductive and heterogeneous features of modern toolkits.

    Jupyter NotebookGraph Neural Networks
    Voir sur GitHub↗1,369
Comparez le top 10 en un coup d'œil
DépôtStarsLangageLicenceDernier push
rusty1s/pytorch_geometric23.8KPythonMIT19 juin 2026
williamleif/graphsage3.7KPythonother4 août 2024
dmlc/dgl14.3KPythonApache-2.031 juil. 2025
pyg-team/pytorch_geometric23.8KPythonMIT19 juin 2026
tkipf/pygcn5.4KPythonMIT20 sept. 2020
stellargraph/stellargraph3.1KPythonApache-2.010 avr. 2024
google-deepmind/graph_nets5.4KPythonApache-2.012 déc. 2022
tkipf/gae1.7KPythonMIT3 janv. 2020
phanein/deepwalk2.8KPythonNOASSERTION14 juin 2023
snap-stanford/graphgym1.9KPythonNOASSERTION10 nov. 2023

Related searches

  • un espace de stockage pour des embeddings de recherche
  • Quantum computing frameworks
  • une bibliothèque pour générer des embeddings de texte
  • une bibliothèque pour les réseaux de neurones sur graphes
  • CSS layout framework
  • AI agent frameworks
  • une boîte à outils pour le chunking et l'embedding de documents
  • graphiques intégrables pour mon application