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

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectServer MCPDespreCum realizăm clasamentulPresă
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repository-uri

Awesome GitHub RepositoriesGraph-Based Execution Engines

Systems that optimize and execute mathematical operations by constructing directed acyclic graphs of tensors and operators.

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

Awesome Graph-Based Execution Engines GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • tensorflow/modelsAvatar tensorflow

    tensorflow/models

    77,663Vezi pe GitHub↗

    This repository serves as a centralized collection of state-of-the-art deep learning architectures and reference implementations designed for research and application development. It provides a comprehensive toolkit for computer vision and natural language processing, offering pre-built models and training pipelines for tasks ranging from image classification and object detection to complex sequence modeling. The project distinguishes itself by providing a flexible execution harness that manages the entire training lifecycle, including data ingestion and backpropagation. It supports scalable

    Constructs directed acyclic graphs of tensors and operators to enable high-performance execution of mathematical operations.

    Python
    Vezi pe GitHub↗77,663
  • microsoft/onnxruntimeAvatar microsoft

    microsoft/onnxruntime

    19,347Vezi pe GitHub↗

    This project is a cross-platform machine learning inference engine designed to execute pre-trained models across diverse operating systems and hardware environments. It functions as a standardized execution framework that manages the entire lifecycle of model inference, from loading and graph optimization to hardware-accelerated execution and generative sequence management. The runtime distinguishes itself through a highly modular architecture that decouples model logic from hardware-specific kernels. By utilizing an execution provider abstraction, it enables developers to offload computation

    Optimizes and executes machine learning models by representing them as directed acyclic graphs of tensors and operators.

    C++ai-frameworkdeep-learninghardware-acceleration
    Vezi pe GitHub↗19,347
  • higherorderco/hvm2Avatar HigherOrderCO

    HigherOrderCO/HVM2

    11,290Vezi pe GitHub↗

    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-based execution engine to distribute functional programs across multiple cores without locks.

    Cuda
    Vezi pe GitHub↗11,290
  • cactus-compute/cactusAvatar cactus-compute

    cactus-compute/cactus

    5,363Vezi pe GitHub↗

    Cactus este un motor de inferență AI on-device conceput pentru executarea modelelor de limbaj mari (LLM), a modelelor de viziune și a sistemelor de tip speech-to-text pe hardware mobil și wearable. Oferă un graf de calcul tensorial programabil pentru definirea secvențelor de operații matriceale și funcții de activare, alături de un framework local de tip retrieval augmented generation (RAG) care fundamentează răspunsurile modelului folosind fișiere text locale. Proiectul include un SDK multiplatformă cu binding-uri de limbaj pentru integrarea capacităților AI în aplicații mobile și un sistem de conversie a modelelor care transformă formatele externe pentru execuție locală optimizată. Utilizează un sistem de rutare hibrid pentru a redirecționa sarcinile de lucru între execuția on-device și furnizorii cloud, în funcție de capacitatea hardware-ului. Motorul acoperă o suprafață largă de capabilități, inclusiv procesarea audio on-device pentru detectarea activității vocale și transcriere, generarea de vectori embedding pentru căutarea prin similaritate și integrarea de instrumente pentru parsarea output-urilor modelului în apeluri de funcții externe. Aceste procese sunt susținute de nuclee native optimizate, reglate pentru performanță cu latență scăzută pe hardware mobil.

    Executes mathematical workflows as a sequence of tensor operations and activation functions via directed acyclic graphs.

    C++aiandroidarm
    Vezi pe GitHub↗5,363
  • nervanasystems/neonAvatar NervanaSystems

    NervanaSystems/neon

    3,864Vezi pe GitHub↗

    Neon is a deep learning framework and hardware-abstraction machine learning stack used for designing, training, and deploying neural network architectures. It functions as a graph-based computation engine that utilizes just-in-time kernel compilation to optimize machine code for tensors. The platform decouples model definitions from execution kernels, allowing it to support multiple CPU and GPU backends. This architecture enables the distribution of computational workloads across parallelized hardware environments to increase processing speed and overall efficiency. The system covers the ful

    Implements an execution engine that optimizes mathematical operations by constructing directed acyclic graphs of tensors.

    Python
    Vezi pe GitHub↗3,864
  • ageron/tf2_courseAvatar ageron

    ageron/tf2_course

    1,909Vezi pe GitHub↗

    Acest proiect este o resursă educațională constând într-un curriculum structurat de notebook-uri interactive concepute pentru a preda concepte de deep learning și arhitecturi de rețele neuronale. Se concentrează pe oferirea unei experiențe practice cu framework-ul TensorFlow 2 și API-ul Keras, ghidând utilizatorii prin exerciții practice pentru a stăpâni tehnicile de machine learning. Repository-ul se distinge prin combinarea conținutului instrucțional cu cerințele tehnice pentru calculul de înaltă performanță. Include ghiduri specifice pentru configurarea mediilor de dezvoltare locale pentru a susține antrenamentul accelerat hardware pe unități de procesare grafică (GPU), asigurându-se că cursanții pot efectua calcule matematice intensive pentru modelele lor. Platforma suportă o gamă de fluxuri de lucru de dezvoltare, de la prototiparea rapidă a arhitecturilor de rețele neuronale până la execuția experimentelor de data science. Oferă utilitare pentru randarea ecuațiilor matematice și a codului în cadrul documentelor și acomodează atât dezvoltarea locală offline, cât și mediile de execuție bazate pe cloud.

    Defines neural network operations as a series of mathematical nodes that are optimized and executed by a high-performance backend engine.

    Jupyter Notebook
    Vezi pe GitHub↗1,909
  1. Home
  2. Scientific & Mathematical Computing
  3. High-Performance Execution Environments
  4. Scientific Computing Platforms
  5. Graph-Based Execution Engines