awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • eugeneyan/applied-mlAvatar von eugeneyan

    eugeneyan/applied-ml

    29,783Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗29,783
  • pyg-team/pytorch_geometricAvatar von pyg-team

    pyg-team/pytorch_geometric

    23,838Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗23,838
  • arangodb/arangodbAvatar von arangodb

    arangodb/arangodb

    14,091Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗14,091
  • pythonot/potAvatar von PythonOT

    PythonOT/POT

    2,751Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗2,751
  1. Home
  2. Artificial Intelligence & ML
  3. Graph Learning

Unter-Tags erkunden

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