awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 dépôts

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

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • petgraph/petgraphAvatar de petgraph

    petgraph/petgraph

    3,938Voir sur 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
    Voir sur GitHub↗3,938
  • mdeff/cnn_graphAvatar de mdeff

    mdeff/cnn_graph

    1,369Voir sur 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
    Voir sur GitHub↗1,369
  • packtpublishing/hands-on-graph-neural-networks-using-pythonAvatar de PacktPublishing

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

    1,044Voir sur GitHub↗

    Ce dépôt sert de ressource éducative pour l'implémentation de réseaux de neurones sur graphes en utilisant Python. Il fournit une collection d'exemples de code structurés et de tutoriels conçus pour guider les développeurs à travers le processus de construction et d'entraînement de modèles de machine learning qui opèrent sur des jeux de données complexes et interconnectés. Le projet couvre les mécanismes fondamentaux de l'apprentissage profond sur graphes, y compris les architectures de passage de messages, l'agrégation de caractéristiques et l'empilement de couches convolutives. Il démontre comment représenter des données non euclidiennes sous forme de graphes statiques et comment gérer la mémoire pendant l'entraînement grâce à des techniques d'échantillonnage par mini-lots. Les implémentations incluses traitent des tâches analytiques courantes telles que la classification de nœuds, la prédiction de structure de graphe et l'intégration de sources de données hétérogènes dans des modèles unifiés. Le dépôt est organisé comme une série d'exercices pratiques qui traduisent les concepts théoriques de graphes en flux de travail de machine learning fonctionnels.

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

    Jupyter Notebook
    Voir sur GitHub↗1,044
  1. Home
  2. Scientific & Mathematical Computing
  3. Graph Data Structures