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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesGraph Data Structures

Implementations of graph-based data structures for representing networks of nodes and edges.

Distinct from Graph Data Structures: Candidates are either educational guides or narrow immutable versions; this is a general-purpose library implementation.

Explore 3 awesome GitHub repositories matching scientific & mathematical computing · Graph Data Structures. Refine with filters or upvote what's useful.

Awesome Graph Data Structures GitHub Repositories

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

    petgraph/petgraph

    3,938عرض على GitHub↗

    petgraph is a graph data structure library for the Rust programming language. It provides a collection of tools for representing and manipulating graphs, functioning as a network analysis tool and a comprehensive graph algorithm suite. The library integrates with Graphviz DOT for importing, exporting, and parsing graph data to facilitate visualization. It distinguishes itself by offering specialized network analysis capabilities, such as the detection of cliques, bridge edges, articulation points, and subgraph isomorphisms. Its computational surface covers a wide range of algorithms, includi

    Provides a comprehensive collection of graph data structures and algorithms for the Rust language.

    Rustgraph-algorithmsrust
    عرض على GitHub↗3,938
  • 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

    Transforms custom data matrices, target vectors, and adjacency structures into batched tensors compatible with neural network layers.

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

    Forecasts future events or generates realistic network layouts by analyzing existing topological information in complex data.

    Jupyter Notebook
    عرض على GitHub↗1,044
  1. Home
  2. Scientific & Mathematical Computing
  3. Graph Data Structures