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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repositorios

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

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • petgraph/petgraphAvatar de petgraph

    petgraph/petgraph

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

    mdeff/cnn_graph

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

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

    1,044Ver en GitHub↗

    Este repositorio sirve como recurso educativo para implementar redes neuronales de grafos utilizando Python. Proporciona una colección de ejemplos de código estructurados y tutoriales diseñados para guiar a los desarrolladores a través del proceso de construcción y entrenamiento de modelos de machine learning que operan sobre conjuntos de datos complejos e interconectados. El proyecto cubre la mecánica central del aprendizaje profundo basado en grafos, incluyendo arquitecturas de paso de mensajes, agregación de características y el apilamiento de capas convolucionales. Demuestra cómo representar datos no euclidianos como grafos estáticos y cómo gestionar la memoria durante el entrenamiento mediante técnicas de muestreo por mini-lotes. Las implementaciones incluidas abordan tareas analíticas comunes como la clasificación de nodos, la predicción de estructuras de grafos y la integración de fuentes de datos heterogéneas en modelos unificados. El repositorio está organizado como una serie de ejercicios prácticos que traducen conceptos teóricos de grafos en flujos de trabajo de machine learning funcionales.

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

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