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

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

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

6 रिपॉजिटरी

Awesome GitHub RepositoriesGraph

Neural network layers specifically designed for graph-structured data using message passing.

Distinct from Convolution Layers: Specifically for graph-structured data, whereas convolution layers typically refer to grid-based data like images.

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

Awesome Graph GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • 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 neural network layers that apply message passing to graph structures to learn node and edge representations.

    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

    Aggregates neighborhood features using spectral convolutions or Chebyshev polynomial approximations within neural network layers.

    Python
    GitHub पर देखें↗7,361
  • tkipf/pygcntkipf का अवतार

    tkipf/pygcn

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

    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

    A collection of PyTorch implementations for building and training graph convolutional networks on graph-structured data.

    Python
    GitHub पर देखें↗5,404
  • neuraloperator/neuraloperatorneuraloperator का अवतार

    neuraloperator/neuraloperator

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

    Neuraloperator is a library for learning mappings between infinite-dimensional function spaces, serving as a tool to accelerate physics simulations and partial differential equation solving. It implements resolution-invariant models and spectral neural networks that can produce consistent predictions regardless of the input grid resolution or spatial discretization. The framework incorporates physics-informed neural networks that enforce physical constraints and differential equations through specialized loss functions. It utilizes Fourier transforms and spectral projections to process multid

    Utilizes Fourier transforms and spectral projections to process multidimensional scientific data and velocity fields.

    Pythonfnofourier-neural-operatorneural-operator
    GitHub पर देखें↗3,710
  • mdeff/cnn_graphmdeff का अवतार

    mdeff/cnn_graph

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

    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

    Performs convolution operations on graph structures by applying localized spectral filters defined through graph Laplacian eigen decomposition.

    Jupyter Notebookconvolutional-neural-networksdeep-learninggraph-neural-networks
    GitHub पर देखें↗1,369
  • 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

    Builds deep learning models by layering operations that perform localized spectral or spatial filtering across graph-structured data.

    Jupyter Notebook
    GitHub पर देखें↗1,044
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Frameworks
  5. Model Construction
  6. Neural Network Layers
  7. Convolution Layers
  8. Graph

सब-टैग एक्सप्लोर करें

  • Convolutional LayersNeural network layers that apply convolution operations to graph-structured data. **Distinct from Graph:** Focuses on the specific implementation of convolutional layers for graphs rather than a general graph layer
  • Spectral Convolutions1 सब-टैगConvolutional layers that operate in the spectral domain using the graph Laplacian. **Distinct from Graph:** Focuses on the spectral/Fourier domain implementation of graph convolutions specifically.