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,283在 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
    在 GitHub 上查看↗14,283
  • tkipf/gcntkipf 的头像

    tkipf/gcn

    7,361在 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
    在 GitHub 上查看↗7,361
  • tkipf/pygcntkipf 的头像

    tkipf/pygcn

    5,404在 GitHub 上查看↗

    pygcn 是一个用于实现图卷积网络(GCN)的 PyTorch 库和框架。它提供了用于半监督节点分类和从图结构数据生成节点嵌入的工具。 该系统根据邻域模式和局部相似性将图节点转换为低维向量。它通过利用少量标记示例和整体图拓扑结构,实现节点标签的预测。 该库涵盖了关系数据分析和半监督图学习。它包括用于消息传递、邻接变换和对称归一化的计算原语。

    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,710在 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
    在 GitHub 上查看↗3,710
  • mdeff/cnn_graphmdeff 的头像

    mdeff/cnn_graph

    1,369在 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
    在 GitHub 上查看↗1,369
  • packtpublishing/hands-on-graph-neural-networks-using-pythonPacktPublishing 的头像

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

    1,044在 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
    在 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.