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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

Awesome GitHub RepositoriesLarge-Scale Graph Training

Training neural networks on graphs with billions of edges using distributed systems and sampling.

Distinct from Large-Scale Training Frameworks: Specifically targets the scaling of graph-structured data training, rather than general LLM or cluster orchestration.

Explore 3 awesome GitHub repositories matching artificial intelligence & ml · Large-Scale Graph Training. Refine with filters or upvote what's useful.

Awesome Large-Scale Graph Training GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • rusty1s/pytorch_geometricAvatar de rusty1s

    rusty1s/pytorch_geometric

    23,848Ver en 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

    Runs learning processes on massive datasets with millions of nodes or complex heterogeneous structures.

    Python
    Ver en GitHub↗23,848
  • dmlc/dglAvatar de dmlc

    dmlc/dgl

    14,283Ver en 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

    Provides distributed training and neighbor sampling to handle graphs with billions of edges.

    Pythondeep-learninggraph-neural-networks
    Ver en GitHub↗14,283
  • williamleif/graphsageAvatar de williamleif

    williamleif/GraphSAGE

    3,657Ver en 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

    Scales graph training to massive datasets by aggregating information from local node neighborhoods.

    Python
    Ver en GitHub↗3,657
  1. Home
  2. Artificial Intelligence & ML
  3. Large-Scale Training Frameworks
  4. Large-Scale Graph Training