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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repository-uri

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

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • dmlc/dglAvatar dmlc

    dmlc/dgl

    14,283Vezi pe 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

    Implements neural network layers that apply message passing to graph structures to learn node and edge representations.

    Pythondeep-learninggraph-neural-networks
    Vezi pe GitHub↗14,283
  • tkipf/gcnAvatar tkipf

    tkipf/gcn

    7,361Vezi pe 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

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

    Python
    Vezi pe GitHub↗7,361
  • tkipf/pygcnAvatar tkipf

    tkipf/pygcn

    5,404Vezi pe 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

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

    Python
    Vezi pe GitHub↗5,404
  • neuraloperator/neuraloperatorAvatar neuraloperator

    neuraloperator/neuraloperator

    3,710Vezi pe GitHub↗

    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
    Vezi pe GitHub↗3,710
  • mdeff/cnn_graphAvatar mdeff

    mdeff/cnn_graph

    1,369Vezi pe 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

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

    Jupyter Notebookconvolutional-neural-networksdeep-learninggraph-neural-networks
    Vezi pe GitHub↗1,369
  • packtpublishing/hands-on-graph-neural-networks-using-pythonAvatar PacktPublishing

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

    1,044Vezi pe GitHub↗

    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
    Vezi pe 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

Explorează sub-etichetele

  • 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 sub-tagConvolutional 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.