awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 रिपॉजिटरी

Awesome GitHub RepositoriesGraph Message Passing Frameworks

Systems for implementing message passing primitives to learn representations of nodes and edges in graphs.

Distinct from Message Passing: Focuses on the neural message passing pattern for graph learning, not on network communication or UI state management.

Explore 7 awesome GitHub repositories matching artificial intelligence & ml · Graph Message Passing Frameworks. Refine with filters or upvote what's useful.

Awesome Graph Message Passing Frameworks GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • rusty1s/pytorch_geometricrusty1s का अवतार

    rusty1s/pytorch_geometric

    23,848GitHub पर देखें↗

    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

    Implements a graph message passing framework for defining how nodes exchange and aggregate information.

    Python
    GitHub पर देखें↗23,848
  • dmlc/dgldmlc का अवतार

    dmlc/dgl

    14,283GitHub पर देखें↗

    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

    Implements a generic compute pattern for aggregating and updating node and edge features across graph topologies.

    Pythondeep-learninggraph-neural-networks
    GitHub पर देखें↗14,283
  • tkipf/gcntkipf का अवतार

    tkipf/gcn

    7,361GitHub पर देखें↗

    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

    Provides frameworks for implementing neural message passing primitives to aggregate node and edge features.

    Python
    GitHub पर देखें↗7,361
  • google-deepmind/graph_netsgoogle-deepmind का अवतार

    google-deepmind/graph_nets

    5,402GitHub पर देखें↗

    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.

    Provides a framework for implementing message passing primitives to learn representations of nodes and edges in graphs.

    Pythonartificial-intelligencedeep-learninggraph-networks
    GitHub पर देखें↗5,402
  • pageman/sutskever-30-implementationspageman का अवतार

    pageman/sutskever-30-implementations

    3,148GitHub पर देखें↗

    This project is a collection of deep learning research implementations and a reproduction kit designed to translate theoretical AI papers into working code. It provides a library of neural network architectures and reference implementations for reproducing seminal research concepts through interactive notebooks. The repository distinguishes itself through the implementation of AI theory and scaling laws, covering complexity dynamics, information theory, and the simulation of universal AI agents. It also includes a benchmarking suite for synthetic reasoning, allowing for the evaluation of mode

    Creates a message-passing layer to update node and edge features for molecular prediction.

    Jupyter Notebook
    GitHub पर देखें↗3,148
  • rexying/gnn-model-explainerRexYing का अवतार

    RexYing/gnn-model-explainer

    1,051GitHub पर देखें↗

    This toolkit serves as a framework for interpreting the decision-making processes of graph neural networks. It functions as a library for analyzing how these models process complex network data, providing methods to identify the specific node attributes and structural patterns that influence predictive outcomes. The project distinguishes itself by employing mask-optimized subgraph extraction and gradient-based attribution mapping to isolate the minimal components of a graph that preserve a model's original prediction. By separating graph processing layers from explanation logic, the architect

    Implements neural message passing primitives to learn representations of nodes and edges in graph structures.

    Python
    GitHub पर देखें↗1,051
  • packtpublishing/hands-on-graph-neural-networks-using-pythonPacktPublishing का अवतार

    PacktPublishing/Hands-On-Graph-Neural-Networks-Using-Python

    1,044GitHub पर देखें↗

    This repository serves as an educational resource for implementing graph neural networks using Python. It provides a collection of structured code examples and tutorials designed to guide developers through the process of building and training machine learning models that operate on complex, interconnected datasets. The project covers the core mechanics of graph-based deep learning, including message-passing architectures, feature aggregation, and the stacking of convolutional layers. It demonstrates how to represent non-Euclidean data as static graphs and how to manage memory during training

    Learns node representations by iteratively aggregating and transforming feature vectors from neighboring nodes within the graph structure.

    Jupyter Notebook
    GitHub पर देखें↗1,044
  1. Home
  2. Artificial Intelligence & ML
  3. Graph Message Passing Frameworks