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

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

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

4 مستودعات

Awesome GitHub RepositoriesGraph Learning

Methods for processing and analyzing data structured as nodes and edges to uncover complex network relationships.

Distinguishing note: Specifically targets graph-based data structures rather than tabular or unstructured data.

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

Awesome Graph Learning GitHub Repositories

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

    eugeneyan/applied-ml

    29,783عرض على GitHub↗

    This project is a comprehensive, curated knowledge base designed to support the development and maintenance of production-grade machine learning systems. It serves as a centralized repository of industry-standard technical literature, engineering case studies, and research papers, providing a structured reference for practitioners navigating the complexities of modern data science and machine learning engineering. The resource distinguishes itself through a cross-domain approach that bridges the gap between academic research and practical implementation. By synthesizing proven industry archit

    Represent and analyze relationships between entities as nodes and edges to uncover complex connections and network structures within datasets.

    applied-data-scienceapplied-machine-learningcomputer-vision
    عرض على GitHub↗29,783
  • pyg-team/pytorch_geometricالصورة الرمزية لـ pyg-team

    pyg-team/pytorch_geometric

    23,838عرض على GitHub↗

    This project is a deep learning library designed for training neural networks on irregular data structures, including graphs, 3D meshes, and point clouds. It functions as an extension to the PyTorch framework, providing specialized layers and kernels that enable the processing of complex, non-Euclidean information. The library distinguishes itself through a geometric deep learning toolkit that manages the unique requirements of graph-based data. It utilizes sparse matrix-based message passing to aggregate information across nodes and employs dynamic computational graph construction to accommo

    Builds and trains deep learning models that learn from irregular data structures like graphs, 3D meshes, and point clouds.

    Pythondeep-learninggeometric-deep-learninggraph-convolutional-networks
    عرض على GitHub↗23,838
  • arangodb/arangodbالصورة الرمزية لـ arangodb

    arangodb/arangodb

    14,091عرض على GitHub↗

    This project is a multi-model database system designed to store and manage information as documents, graphs, and key-value pairs within a single engine. It functions as a graph database and knowledge graph platform, providing the infrastructure to build, query, and visualize structured data models. By integrating vector search capabilities, the system serves as a vector database that supports retrieval-augmented generation for artificial intelligence applications. The platform distinguishes itself through a unified query language that allows users to perform document lookups, graph traversals

    Predicts connections and classifies elements by leveraging structural data to improve the accuracy of predictive models.

    C++arangodbdatabasedistributed-database
    عرض على GitHub↗14,091
  • pythonot/potالصورة الرمزية لـ PythonOT

    PythonOT/POT

    2,751عرض على GitHub↗

    POT is an optimal transport library providing a collection of solvers for computing Wasserstein, Gromov-Wasserstein, and Fused Gromov-Wasserstein distances between probability distributions. It functions as a differentiable tensor framework that integrates with various tensor libraries to enable automatic differentiation and GPU acceleration. The project is distinguished by its ability to align data distributions across different metric spaces by comparing internal relational structures rather than coordinates. It implements mathematical optimization algorithms as differentiable layers, allow

    Learns representative atoms for graph-structured data capturing both node attributes and connectivity.

    Pythondomain-adaptationemdgromov-wasserstein
    عرض على GitHub↗2,751
  1. Home
  2. Artificial Intelligence & ML
  3. Graph Learning

استكشف الوسوم الفرعية

  • Graph Dictionary LearningLearning representative atoms that capture both node attributes and connectivity for graph-structured data. **Distinct from Graph Learning:** Focuses on dictionary learning for graphs specifically, rather than general graph analysis or node embeddings.