awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • dmlc/dglالصورة الرمزية لـ dmlc

    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/gcnالصورة الرمزية لـ tkipf

    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/pygcnالصورة الرمزية لـ tkipf

    tkipf/pygcn

    5,404عرض على GitHub↗

    pygcn هي مكتبة وإطار عمل لـ PyTorch لتنفيذ شبكات التلافيف الرسومية (graph convolutional networks). توفر أدوات لتصنيف العقد شبه الخاضع للإشراف وتوليد تضمينات العقد من البيانات ذات الهيكل الرسومي. يحول النظام عقد الرسم البياني إلى متجهات منخفضة الأبعاد بناءً على أنماط الجوار والتشابهات المحلية. يُمكّن من التنبؤ بتسميات العقد من خلال الاستفادة من كل من مجموعة صغيرة من الأمثلة المصنفة وطوبولوجيا الرسم البياني الكلية. تغطي المكتبة تحليل البيانات العلائقية والتعلم الرسومي شبه الخاضع للإشراف. تتضمن بدائيات حسابية لتمرير الرسائل، وتحويل المجاورة، والتطبيع المتماثل.

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

    Python
    عرض على GitHub↗5,404
  • neuraloperator/neuraloperatorالصورة الرمزية لـ neuraloperator

    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_graphالصورة الرمزية لـ mdeff

    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-pythonالصورة الرمزية لـ PacktPublishing

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

    1,044عرض على GitHub↗

    يعمل هذا المستودع كمورد تعليمي لتنفيذ الشبكات العصبية الرسومية باستخدام Python. يوفر مجموعة من أمثلة الكود المنظمة والبرامج التعليمية المصممة لتوجيه المطورين خلال عملية بناء وتدريب نماذج تعلم الآلة التي تعمل على مجموعات بيانات معقدة ومترابطة. يغطي المشروع الآليات الأساسية للتعلم العميق القائم على الرسوم البيانية، بما في ذلك بنيات تمرير الرسائل، وتجميع الميزات، وتكديس الطبقات التلافيفية. يوضح كيفية تمثيل البيانات غير الإقليدية كرسوم بيانية ثابتة وكيفية إدارة الذاكرة أثناء التدريب من خلال تقنيات أخذ العينات المصغرة. تعالج التنفيذات المضمنة مهام تحليلية شائعة مثل تصنيف العقد، والتنبؤ بهيكل الرسم البياني، ودمج مصادر البيانات غير المتجانسة في نماذج موحدة. تم تنظيم المستودع كسلسلة من التمارين العملية التي تترجم مفاهيم الرسوم البيانية النظرية إلى سير عمل تعلم آلة وظيفي.

    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.