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
·

27 Repos

Awesome GitHub RepositoriesGraph-Based Computational Execution

Systems that represent mathematical operations as directed acyclic graphs to facilitate automatic differentiation and computation.

Explore 27 awesome GitHub repositories matching scientific & mathematical computing · Graph-Based Computational Execution. Refine with filters or upvote what's useful.

Awesome Graph-Based Computational Execution GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • tensorflow/tensorflowAvatar von tensorflow

    tensorflow/tensorflow

    195,697Auf GitHub ansehen↗

    TensorFlow is a comprehensive machine learning framework designed for the construction, training, and deployment of complex mathematical models. It utilizes a graph-based execution model that represents operations as directed acyclic graphs, enabling automatic differentiation and efficient parallel processing. The system provides high-level interfaces for defining neural network architectures, alongside a robust engine for managing multidimensional array structures and tensor mathematics. The framework distinguishes itself through a scalable distributed runtime that orchestrates workloads acr

    Maps mathematical operations into directed acyclic graphs to facilitate automatic differentiation, cross-platform optimization, and parallel execution.

    C++deep-learningdeep-neural-networksdistributed
    Auf GitHub ansehen↗195,697
  • ml-explore/mlxAvatar von ml-explore

    ml-explore/mlx

    27,047Auf GitHub ansehen↗

    This project is a machine learning array framework and tensor computation library designed for high-performance numerical computing. It provides a comprehensive suite of tools for constructing and training neural networks, featuring an automatic differentiation engine that facilitates gradient-based optimization and complex mathematical modeling. The library distinguishes itself through a unified memory architecture that allows data to be shared across CPU and GPU devices without explicit copies, significantly reducing data movement overhead. Its execution model relies on a lazy evaluation en

    Captures sequences of mathematical operations as a graph to enable automatic differentiation and kernel fusion.

    C++mlx
    Auf GitHub ansehen↗27,047
  • matterport/mask_rcnnAvatar von matterport

    matterport/Mask_RCNN

    25,564Auf GitHub ansehen↗

    This project is a TensorFlow and Keras implementation of the Mask R-CNN architecture. It provides a framework for performing simultaneous object detection and instance segmentation, transforming raw images into segmented masks and bounding boxes for individual object identification. The toolset enables custom computer vision training through fine-tuning pre-trained weights and integrating user-provided datasets. It includes capabilities for distributed GPU training to accelerate the optimization of large vision models. The framework covers model evaluation using standard precision metrics an

    Executes deep learning operations through a TensorFlow computational graph to optimize tensor flow across CPU and GPU hardware.

    Pythoninstance-segmentationkerasmask-rcnn
    Auf GitHub ansehen↗25,564
  • alexeyab/darknetAvatar von AlexeyAB

    AlexeyAB/darknet

    22,159Auf GitHub ansehen↗

    Darknet is a high-performance C-based inference engine and computer vision library designed for real-time object identification and localization. It serves as a neural network framework for training and deploying detection models using the YOLO architecture, providing a toolset for deep learning training and deployment. The project differentiates itself through a C and CUDA implementation that enables hardware acceleration for matrix multiplication and inference speed optimization. It provides a shared library interface for embedding detection capabilities into external applications and suppo

    Processes data through a sequential computational graph of convolution, pooling, and activation layers.

    C
    Auf GitHub ansehen↗22,159
  • tensorflow/magentaAvatar von tensorflow

    tensorflow/magenta

    19,797Auf GitHub ansehen↗

    Magenta is an AI creative suite and TensorFlow generative art framework used to train and deploy models for the production of artistic media. It functions as a generative music library and a deep learning art generator, providing tools to automate the creation of original musical compositions and visual artwork. The project covers AI music composition and generative visual art through neural art generation and machine learning creativity. It enables the training of generative models to produce original songs, images, and drawings based on learned patterns.

    Runs deep learning models using a graph-based computational framework to process tensors for media generation.

    Python
    Auf GitHub ansehen↗19,797
  • higherorderco/bendAvatar von HigherOrderCO

    HigherOrderCO/Bend

    19,175Auf GitHub ansehen↗

    Bend is a high-level parallel programming language and compiler designed to execute code across multi-core CPUs and GPUs automatically. By translating functional source code into a graph-based intermediate representation, it enables massive parallel execution without requiring manual management of threads, locks, or atomic operations. The runtime operates as an interaction net engine, where computations are represented as networks of nodes that reduce through local rewriting rules. This model utilizes a work-stealing scheduler to distribute tasks across thousands of hardware threads, ensuring

    Executes computations by reducing networks of interacting nodes through local rewriting rules.

    Rust
    Auf GitHub ansehen↗19,175
  • alibaba/mnnAvatar von alibaba

    alibaba/MNN

    14,242Auf GitHub ansehen↗

    MNN is a high-performance inference engine and framework designed for on-device machine learning. It provides a comprehensive environment for executing, optimizing, and deploying neural network models directly on mobile and resource-constrained edge devices. The framework distinguishes itself through a robust model optimization toolkit that supports quantization, compression, and structural graph manipulation to minimize memory footprint and maximize execution speed. It features a modular architecture that abstracts hardware-specific backends, allowing models to run efficiently across diverse

    Represents neural network models as directed acyclic graphs to facilitate optimized inference execution.

    C++armconvolutiondeep-learning
    Auf GitHub ansehen↗14,242
  • dask/daskAvatar von dask

    dask/dask

    13,746Auf GitHub ansehen↗

    Dask ist ein Framework für paralleles Rechnen und ein verteilter Task-Scheduler, der darauf ausgelegt ist, Python-Data-Science-Workflows von einzelnen Maschinen auf große Cluster zu skalieren. Es fungiert als Cluster-Ressourcenmanager, der die Berechnungslogik orchestriert, indem Aufgaben und deren Abhängigkeiten als gerichtete azyklische Graphen dargestellt werden. Diese Architektur ermöglicht es dem System, die Verteilung von Workloads auf verfügbare Hardware zu automatisieren und gleichzeitig komplexe Ausführungsanforderungen zu verwalten. Das Projekt zeichnet sich durch eine Lazy-Evaluation-Engine aus, die Datenoperationen verzögert, bis sie explizit angefordert werden, was eine globale Graphoptimierung und effiziente Ressourcenzuweisung ermöglicht. Es integriert speicherbewusstes Data-Spilling, um Systemabstürze bei der Verarbeitung von Datensätzen zu verhindern, die den verfügbaren Speicher überschreiten, und nutzt Task-Graph-Fusion, um Sequenzen von Operationen in einzelne Ausführungsschritte zu kombinieren, wodurch Scheduling-Overhead und Inter-Node-Kommunikation minimiert werden. Die Plattform bietet eine umfassende Oberfläche für die Datenanalyse im großen Maßstab, einschließlich Unterstützung für verteiltes maschinelles Lernen, Integration in das Hochleistungsrechnen und parallele Datenverarbeitung. Sie bietet umfangreiche Werkzeuge für das Cluster-Lebenszyklusmanagement, Performance-Profiling und die Echtzeitüberwachung der Aufgabenausführung. Benutzer können diese Umgebungen über verschiedene Infrastrukturen hinweg bereitstellen, einschließlich lokaler Hardware, Cloud-Anbietern, containerisierten Systemen und Hochleistungsrechner-Clustern.

    Encodes computational logic as directed acyclic graphs to allow automated analysis, optimization, and execution across distributed hardware environments.

    Pythondasknumpypandas
    Auf GitHub ansehen↗13,746
  • higherorderco/hvm2Avatar von HigherOrderCO

    HigherOrderCO/HVM2

    11,290Auf GitHub ansehen↗

    HVM2 is a high-performance execution environment for pure functional programs, implemented as a systems-level runtime in Rust. It functions as a massively parallel functional runtime that uses interaction combinators to achieve automatic parallelism across multi-core CPUs and GPUs. The project distinguishes itself by using a graph-rewriting computational model to execute programs via local reduction rules, which eliminates the need for manual locks or atomic operations. It employs beta-optimal reduction and lazy evaluation to optimize higher-order functions and eliminate redundant computation

    Uses a graph-rewriting engine to execute programs via local reduction rules.

    Cuda
    Auf GitHub ansehen↗11,290
  • tflearn/tflearnAvatar von tflearn

    tflearn/tflearn

    9,579Auf GitHub ansehen↗

    tflearn is a deep learning framework and high-level API wrapper for TensorFlow. It provides a toolkit for designing neural network architectures and a system for executing training loops and optimizing model weights across CPUs and GPUs. The project simplifies the process of building and training models through a modular interface and a high-level API for prototyping. It includes specialized utilities for deep learning visualization, allowing for the generation of graphical diagrams to analyze network structures, weights, gradients, and activations. The framework covers a broad range of capa

    Provides a system for mapping modular network definitions to computational graphs for execution on hardware accelerators.

    Pythondata-sciencedeep-learningmachine-learning
    Auf GitHub ansehen↗9,579
  • dusty-nv/jetson-inferenceAvatar von dusty-nv

    dusty-nv/jetson-inference

    8,734Auf GitHub ansehen↗

    jetson-inference is a set of libraries and tools for executing optimized deep learning models on embedded GPU hardware. Its primary purpose is to enable real-time computer vision and AI inference at the edge with low latency and high throughput. The project distinguishes itself through high-performance streaming analytics and the ability to execute concurrent AI pipelines on auto-grade silicon. It provides specialized support for multi-sensor stream processing, utilizing zero-copy data transport to load camera frames directly into GPU memory. The codebase covers a broad surface of capabiliti

    Executes differentiable operations like convolution and pooling on sparse voxel data for spatial intelligence.

    C++caffecomputer-visiondeep-learning
    Auf GitHub ansehen↗8,734
  • 1adrianb/face-alignmentAvatar von 1adrianb

    1adrianb/face-alignment

    7,518Auf GitHub ansehen↗

    This is a PyTorch-based computer vision library for detecting 2D and 3D facial landmark coordinates. It functions as a facial landmark detector and reconstruction tool, utilizing deep learning to identify precise geometric points on human faces from image datasets. The library allows for the selection of specific detection backends to balance accuracy and processing speed. It supports the integration of precomputed bounding box files, which enables the system to bypass the initial detection phase and proceed directly to landmark extraction. The toolkit includes capabilities for batch image p

    Utilizes PyTorch tensor-based computational graphs to perform forward passes for facial feature regression.

    Python
    Auf GitHub ansehen↗7,518
  • lijin-thu/notes-pythonAvatar von lijin-THU

    lijin-THU/notes-python

    7,132Auf GitHub ansehen↗

    This project is a collection of educational notes and tutorials focused on Python programming, scientific computing, and data analysis. It serves as a reference for learning language basics, advanced techniques, and object-oriented design. The materials include implementation guides for building linear, logistic, and convolutional neural networks using symbolic graph frameworks. It also provides instruction on manipulating and visualizing structured data frames and performing complex mathematical operations through numerical libraries. The repository includes a system for converting interact

    Teaches the construction of mathematical operations as directed graphs to enable automatic differentiation.

    Jupyter Notebookanacondamatplotlibnumpy
    Auf GitHub ansehen↗7,132
  • dragen1860/tensorflow-2.x-tutorialsAvatar von dragen1860

    dragen1860/TensorFlow-2.x-Tutorials

    6,351Auf GitHub ansehen↗

    This project is a collection of TensorFlow 2.x machine learning tutorials and practical code examples. It serves as a deep learning implementation guide for constructing diverse neural network architectures, including convolutional, recurrent, and generative networks. The repository provides templates and examples for several specialized domains, including computer vision for image classification and object detection, natural language processing for text generation and language understanding, and generative AI for synthesizing data using adversarial networks and autoencoders. It also includes

    Implements eager execution of computational graphs to allow immediate operation processing and dynamic debugging.

    Jupyter Notebookartificial-intelligencecomputer-visiondeep-learning
    Auf GitHub ansehen↗6,351
  • tensorflow/docsAvatar von tensorflow

    tensorflow/docs

    6,320Auf GitHub ansehen↗

    This repository is the official documentation for TensorFlow, a machine learning framework. It provides comprehensive guides, tutorials, and API references for building, training, and deploying machine learning models. The documentation covers the full lifecycle of machine learning projects, from constructing data pipelines and building neural networks with high-level APIs to customizing training loops and deploying trained models in production, on edge devices, or in browsers. The documentation includes step-by-step tutorials for a range of tasks, including reinforcement learning, ranking mo

    Represents computations as directed graphs for lazy or eager execution across heterogeneous hardware.

    Jupyter Notebookdeep-learningdeep-neural-networksdocumentation
    Auf GitHub ansehen↗6,320
  • nfmcclure/tensorflow_cookbookAvatar von nfmcclure

    nfmcclure/tensorflow_cookbook

    6,239Auf GitHub ansehen↗

    The TensorFlow Cookbook is a collection of code examples and recipes for building, training, and deploying machine learning models using TensorFlow. It covers the full model lifecycle, from constructing neural networks and training them with configurable parameters to packaging trained models for production deployment with unit tests and multi-device support. The project also integrates TensorBoard for logging and visualizing computational graphs, scalar summaries, and histograms during training. The cookbook demonstrates a wide range of machine learning techniques, including convolutional ne

    Defines operations as a static directed graph compiled and executed in a TensorFlow session.

    Jupyter Notebookclassificationcnngenetic-algorithm
    Auf GitHub ansehen↗6,239
  • open-mmlab/mmdetection3dAvatar von open-mmlab

    open-mmlab/mmdetection3d

    6,273Auf GitHub ansehen↗

    MMDetection3D is an open-source toolbox for 3D perception, providing a unified framework for detecting and segmenting objects in three-dimensional environments. It supports a range of core tasks including monocular 3D object detection from single camera images, LiDAR-based 3D object detection from raw point clouds, and multi-modal fusion that combines camera images with LiDAR data. The toolbox also covers point cloud semantic segmentation, assigning class labels to every point in a scan for scene understanding. The project distinguishes itself through a config-driven pipeline that orchestrate

    Accelerates 3D point cloud processing using sparse convolutional libraries like spconv and MinkowskiEngine.

    Python3d-object-detectionobject-detectionpoint-cloud
    Auf GitHub ansehen↗6,273
  • nvidia/warpAvatar von NVIDIA

    NVIDIA/warp

    6,233Auf GitHub ansehen↗

    Warp is a Python framework that JIT-compiles Python functions into CUDA kernels for GPU-accelerated parallel computation, with built-in automatic differentiation and multi-framework array interoperability. At its core, it provides a GPU kernel compilation system that enables writing and executing custom GPU kernels directly from Python, while supporting automatic gradient computation through those kernels for integration with machine learning pipelines. The framework also includes tile-based cooperative computing, where thread blocks partition into tiles for shared-memory and tensor-core opera

    Constructs a sparse grid with power-of-two voxel scales for adaptive resolution in finite element simulations.

    Pythoncudadifferentiable-programminggpu
    Auf GitHub ansehen↗6,233
  • thtrieu/darkflowAvatar von thtrieu

    thtrieu/darkflow

    6,140Auf GitHub ansehen↗

    Darkflow ist ein Framework für Objekterkennung und eine Computer-Vision-Pipeline, die eine programmatische Schnittstelle für Echtzeit-Bildanalyse und Objektidentifikation bereitstellt. Es fungiert als Tool zum Laden von Gewichten, zum Fine-Tuning von Modellen und zur Ausführung von Inferenz auf statischen Bildern und Videostreams. Das Projekt dient als Konverter, der Darknet-Konfigurationen und -Gewichte in TensorFlow-Graphen übersetzt, um ein Retraining und Deployment zu ermöglichen. Es enthält einen Model-Exporter, der trainierte Graphen in portable Protobuf-Dateien für den Einsatz auf mobilen und nativen Geräten speichert. Das System deckt Funktionen für das Training und Fine-Tuning von Erkennungsmodellen auf benutzerdefinierten Datensätzen ab und bietet Fortschritts-Checkpoints für die Wiederaufnahme des Trainings. Zudem enthält es Tools für die Übersetzung von Weight-Mappings und die Verarbeitung von Rohbilddaten durch Tensor-Operationen, um Bounding-Boxes und Konfidenzwerte zu erzeugen.

    Translates Darknet configuration files into TensorFlow computational graphs for execution and retraining.

    Python
    Auf GitHub ansehen↗6,140
  • gorgonia/gorgoniaAvatar von gorgonia

    gorgonia/gorgonia

    5,919Auf GitHub ansehen↗

    Gorgonia is a Go library that provides an automatic differentiation engine and a computation graph framework for building and training neural networks. It functions as a CUDA-accelerated tensor library and a SIMD-optimized math library, enabling machine learning workflows entirely within the Go ecosystem. The library distinguishes itself through a dual-backend architecture that dispatches neural network operations to either a GPU or CPU depending on CUDA availability at runtime. It constructs differentiable directed acyclic graphs of tensor operations, supports reverse-mode automatic gradient

    Constructs and runs directed acyclic graphs of mathematical operations for model training and inference.

    Go
    Auf GitHub ansehen↗5,919
Vorherige12Nächste
  1. Home
  2. Scientific & Mathematical Computing
  3. Data Modeling and Processing
  4. Computational Graphs
  5. Graph-Based Computational Execution

Unter-Tags erkunden

  • Deep Learning Execution2 Sub-TagsComputational execution of tensors through graph-based frameworks for neural network inference. **Distinct from Graph-Based Computational Execution:** Focuses on the execution of deep learning models specifically, rather than general mathematical graph computation.
  • Eager Execution ModesComputational graph strategies that execute operations immediately for easier debugging and dynamic flow. **Distinct from Graph-Based Computational Execution:** Distinct from Graph-Based Computational Execution by focusing on the immediate execution behavior rather than the general graph structure.
  • Interaction Net EnginesComputational engines that reduce expressions by rewriting local connections in a graph. **Distinct from Graph-Based Computational Execution:** Distinct from general computational graphs: focuses on interaction net rewriting rules rather than static DAGs.
  • Model Graph ConversionTranslating model configurations from one framework's computational graph representation to another. **Distinct from Graph-Based Computational Execution:** Specifically focuses on converting model architectures between frameworks, not general mathematical DAG execution.
  • Virtual Machine ExecutionRuns a pre-built computational graph on a dedicated virtual machine, feeding input values and computing every operation in the graph. **Distinct from Graph-Based Computational Execution:** Distinct from Graph-Based Computational Execution: focuses on execution via a dedicated virtual machine runtime rather than general graph evaluation.