3 dépôts
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.
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.
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.
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.