awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

19 रिपॉजिटरी

Awesome GitHub RepositoriesModel Performance Optimizations

Techniques and compiler-level transformations to maximize computational efficiency and execution speed of machine learning models.

Explore 19 awesome GitHub repositories matching artificial intelligence & ml · Model Performance Optimizations. Refine with filters or upvote what's useful.

Awesome Model Performance Optimizations GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • tensorflow/tensorflowtensorflow का अवतार

    tensorflow/tensorflow

    195,697GitHub पर देखें↗

    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

    Implements advanced compiler-level transformations to maximize computational efficiency and execution speed across diverse hardware.

    C++deep-learningdeep-neural-networksdistributed
    GitHub पर देखें↗195,697
  • d2l-ai/d2l-zhd2l-ai का अवतार

    d2l-ai/d2l-zh

    78,493GitHub पर देखें↗

    This project is an open-source, interactive educational platform designed to teach deep learning through a comprehensive, code-first curriculum. It provides a structured learning path that covers foundational mathematics, modern neural network architectures, and practical optimization techniques, enabling practitioners to master complex artificial intelligence concepts through hands-on experimentation. The platform distinguishes itself by integrating technical explanations with executable Jupyter notebooks. This design allows readers to modify code and hyperparameters in real-time, facilitati

    Teaches software abstractions and optimization techniques to maximize the computational efficiency of deep learning models.

    Pythonbookchinesecomputer-vision
    GitHub पर देखें↗78,493
  • baidu/paddlebaidu का अवतार

    baidu/paddle

    23,959GitHub पर देखें↗

    Paddle is a deep learning framework designed for building, training, and deploying large-scale machine learning models. It incorporates a distributed training engine for optimizing performance across multiple chips and a model inference engine for transforming trained models into production-ready formats for cross-platform execution. The platform features a heterogeneous hardware abstraction and a standardized software stack that allows models to run across diverse hardware architectures through a common interface. It also includes a scientific computing library capable of solving complex dif

    Utilizes ahead-of-time compilation to optimize computational graphs for high execution speed in generative and scientific models.

    C++
    GitHub पर देखें↗23,959
  • pyg-team/pytorch_geometricpyg-team का अवतार

    pyg-team/pytorch_geometric

    23,838GitHub पर देखें↗

    This project is a deep learning library designed for training neural networks on irregular data structures, including graphs, 3D meshes, and point clouds. It functions as an extension to the PyTorch framework, providing specialized layers and kernels that enable the processing of complex, non-Euclidean information. The library distinguishes itself through a geometric deep learning toolkit that manages the unique requirements of graph-based data. It utilizes sparse matrix-based message passing to aggregate information across nodes and employs dynamic computational graph construction to accommo

    Compiles machine learning models using just-in-time processing and memory-efficient aggregation techniques to speed up training and inference.

    Pythondeep-learninggeometric-deep-learninggraph-convolutional-networks
    GitHub पर देखें↗23,838
  • mlc-ai/mlc-llmmlc-ai का अवतार

    mlc-ai/mlc-llm

    22,057GitHub पर देखें↗

    MLC LLM is a machine learning compiler and inference engine designed to execute large language models locally across diverse hardware platforms, including desktop, mobile, and web environments. By utilizing machine learning compilation, the project transforms high-level model definitions into specialized, hardware-specific binary libraries. This process optimizes model weights and generates compute kernels tailored to the unique memory and processing characteristics of target graphics and mobile hardware. The engine distinguishes itself by providing a unified runtime abstraction that enables

    Converts and compiles neural network weights into specialized binary formats to maximize performance across diverse hardware.

    Pythonlanguage-modelllmmachine-learning-compilation
    GitHub पर देखें↗22,057
  • onnx/onnxonnx का अवतार

    onnx/onnx

    20,358GitHub पर देखें↗

    ONNX is an open-source standard for machine learning interoperability that provides a unified format for representing neural network models. By defining a common set of operators and a standardized file structure, it enables models to be shared, exported, and executed consistently across different training frameworks and software ecosystems. The project functions as an intermediate representation layer that decouples model development from deployment. It utilizes a language-neutral binary serialization format to store model structures and weights, ensuring that computational graphs remain por

    Applies hardware-specific acceleration techniques to increase the speed and efficiency of model execution.

    Pythonaiartificial-intelligencedeep-learning
    GitHub पर देखें↗20,358
  • casbin/casbincasbin का अवतार

    casbin/casbin

    19,848GitHub पर देखें↗

    Casbin is an authorization library that provides a model-based engine for enforcing access control across diverse application environments. It decouples authorization logic from application code by using a configuration-driven approach, allowing developers to define access rules and evaluation logic independently. The system supports a wide range of access control models, including role-based, attribute-based, and relationship-based patterns, which are evaluated at runtime to determine if a subject is permitted to perform an action on a resource. The project distinguishes itself through a hig

    Uses efficient computational models to decrease the time spent calculating complex security rules.

    Goabacaccess-controlacl
    GitHub पर देखें↗19,848
  • tracel-ai/burntracel-ai का अवतार

    tracel-ai/burn

    15,474GitHub पर देखें↗

    Burn is a deep learning framework designed for building, training, and deploying neural networks using a modular architecture. As a machine learning library built in Rust, it provides a backend-agnostic computational engine that enables the execution of models across diverse hardware, including central processors, graphics processors, and web runtimes. The framework distinguishes itself through a highly portable design that allows developers to maintain a single workflow for both training and inference across heterogeneous environments. It incorporates advanced optimization techniques such as

    Optimizes computational performance through kernel fusion and asynchronous execution techniques.

    Rustautodiffcross-platformcuda
    GitHub पर देखें↗15,474
  • apache/tvmapache का अवतार

    apache/tvm

    13,497GitHub पर देखें↗

    TVM is a machine learning compiler framework designed to convert deep learning models from various frameworks into optimized machine code. It functions as a cross-platform deployment engine that transforms high-level model definitions into efficient, hardware-specific binaries for diverse computing architectures. The system utilizes a multi-level compilation pipeline that decouples algorithm logic from hardware implementation through tensor-operator abstractions. It employs a graph-level intermediate representation to perform cross-operator optimizations and memory planning before lowering co

    Converts complex neural network models into highly efficient, hardware-optimized machine code.

    Pythoncompilerdeep-learninggpu
    GitHub पर देखें↗13,497
  • nvidia/tensorrt-llmNVIDIA का अवतार

    NVIDIA/TensorRT-LLM

    12,913GitHub पर देखें↗

    TensorRT-LLM is a platform and toolkit designed for compiling, optimizing, and serving transformer-based models on accelerated hardware. It functions as a framework that transforms machine learning models into efficient execution graphs, providing an engine to refine these models for specific hardware to maximize throughput and minimize latency during text generation. The project distinguishes itself through advanced execution strategies that manage the entire inference pipeline. It utilizes kernel-level fusion and static graph execution to optimize mathematical operations and computational f

    Transforms high-level neural network definitions into hardware-specific execution kernels to maximize throughput.

    Pythonblackwellcudallm-serving
    GitHub पर देखें↗12,913
  • lyhue1991/eat_tensorflow2_in_30_dayslyhue1991 का अवतार

    lyhue1991/eat_tensorflow2_in_30_days

    9,933GitHub पर देखें↗

    This project is a structured learning curriculum and technical reference for mastering deep learning with TensorFlow. It provides a comprehensive guide for building, training, and deploying neural networks, combining theoretical fundamentals with practical implementation examples. The repository distinguishes itself by covering the end-to-end machine learning workflow, from low-level tensor mathematics and linear algebra to the creation of complex model architectures. It includes specific guidance on developing data pipelines for diverse data types, such as images, text, and time-series seque

    Covers techniques for converting dynamic Python functions into optimized static graphs to increase execution speed.

    Pythontensorflowtensorflow-examplestensorflow-tutorial
    GitHub पर देखें↗9,933
  • oneflow-inc/oneflowOneflow-Inc का अवतार

    Oneflow-Inc/oneflow

    9,400GitHub पर देखें↗

    OneFlow is a deep learning framework and distributed execution engine designed for building, training, and deploying neural network architectures. It functions as a scalable neural network library that allows for the development of deep learning models and their execution across distributed hardware. The project includes a machine learning graph compiler used to optimize neural network execution graphs. This allows for the acceleration of model performance and the reduction of latency during both training and inference. The framework covers broad capability areas including large-scale model

    Uses compiler-level transformations and graph optimization to maximize computational efficiency and reduce latency.

    C++
    GitHub पर देखें↗9,400
  • deeplearning-ai/machine-learning-yearning-cndeeplearning-ai का अवतार

    deeplearning-ai/machine-learning-yearning-cn

    7,847GitHub पर देखें↗

    This project is a technical educational resource providing Chinese translations of instructional guidelines focused on machine learning. It functions as a markdown documentation project that delivers translated pedagogical materials regarding the practical application and optimization of AI models. The repository utilizes git-based collaborative translation to track and manage the localization of English technical content into Chinese. This process involves manual human and technical translation of complex machine learning theory to preserve pedagogical nuance for Chinese-speaking readers. T

    Provides instructional guidelines on techniques and strategies to improve machine learning model performance and accuracy.

    CSSbookdeep-learningmachine-learning
    GitHub पर देखें↗7,847
  • zhaochenyang20/awesome-ml-sys-tutorialzhaochenyang20 का अवतार

    zhaochenyang20/Awesome-ML-SYS-Tutorial

    5,371GitHub पर देखें↗

    This project provides a comprehensive technical guide and framework for engineering large-scale machine learning systems. It covers the full lifecycle of model development, focusing on the infrastructure and computational principles required to build, train, and serve generative AI models across distributed GPU clusters. The repository distinguishes itself by offering deep-dive tutorials and implementation strategies for complex system challenges. It emphasizes high-performance architectural primitives, such as collective communication orchestration, distributed tensor sharding, and static gr

    Transforms high-level neural network definitions into optimized, hardware-specific executable code for dynamic workloads.

    Python
    GitHub पर देखें↗5,371
  • plaidml/plaidmlplaidml का अवतार

    plaidml/plaidml

    4,573GitHub पर देखें↗

    PlaidML is a deep learning compiler framework and cross-platform runtime designed to execute machine learning models on a wide variety of hardware targets. It functions as a hardware agnostic tensor engine that translates tensor models into executable code, allowing deep learning networks to run across different compute devices without requiring specific driver dependencies. The system enables the execution of models on custom or limited hardware by using JSON specifications to define device hardware. It employs a domain-specific language to describe tensor computations and provides a middle

    Transforms high-level neural network definitions into optimized, hardware-specific executable code.

    C++
    GitHub पर देखें↗4,573
  • iree-org/ireeiree-org का अवतार

    iree-org/iree

    3,819GitHub पर देखें↗

    IREE is an MLIR-based compiler toolchain and runtime designed to translate machine learning models from various frameworks into optimized binaries for execution across diverse hardware targets. It provides a unified pipeline to ingest models from PyTorch, TensorFlow, JAX, and ONNX, lowering them into a common intermediate representation for deployment on CPUs, GPUs, and bare-metal embedded systems. The project distinguishes itself through a bytecode virtual machine and a hardware abstraction layer that decouple high-level model logic from specific hardware instruction sets. It supports sophis

    Transforms high-level neural network definitions into optimized, hardware-specific executable code for diverse deployment targets.

    C++compilercudajax
    GitHub पर देखें↗3,819
  • hyperai/tvm-cnhyperai का अवतार

    hyperai/tvm-cn

    3,813GitHub पर देखें↗

    This project is a collection of technical guides and manuals for the Apache TVM compiler stack translated into Simplified Chinese. It provides translated documentation focusing on deep learning compilation and the transformation of machine learning models into optimized executable code. The documentation covers the use of hardware backend guides for deploying models across CPUs, GPUs, and specialized accelerators. It also includes references for intermediate representations and graph-level optimizations used to compile tensor programs.

    Applies graph and tensor program transformations and automated tuning to maximize execution speed on specific hardware.

    TypeScriptapachechinese-simplifieddeep-learning
    GitHub पर देखें↗3,813
  • zml/zmlzml का अवतार

    zml/zml

    3,171GitHub पर देखें↗

    zml is a machine learning model compiler and cross-platform inference engine that transforms model descriptions into optimized executable binaries for specific hardware accelerators. It functions as a model deployment toolkit and hardware-agnostic orchestrator, utilizing a tensor-based architecture definition to provide strong type checking during the compilation process. The project distinguishes itself through the ability to shard tensors and distribute large-scale AI workloads across a logical mesh of multiple devices. It further supports the remote model lifecycle by authenticating and do

    Transforms high-level model definitions into optimized, hardware-specific executable machine code.

    Zigaibazelhpc
    GitHub पर देखें↗3,171
  • onnx/onnxmltoolsonnx का अवतार

    onnx/onnxmltools

    1,160GitHub पर देखें↗

    This project is a machine learning interoperability tool designed to translate models from various training frameworks into the standardized open neural network exchange format. It functions as a model deployment pipeline that enables consistent execution across diverse inference engines and hardware environments. The tool utilizes graph-based translation and an operator mapping layer to convert framework-specific mathematical functions into a common intermediate representation. It distinguishes itself through a pluggable converter architecture, which allows developers to register custom tran

    Applies compiler-level transformations to maximize computational efficiency and execution speed of machine learning models.

    Pythonkerasmachine-learningonnx
    GitHub पर देखें↗1,160
  1. Home
  2. Artificial Intelligence & ML
  3. Machine Learning
  4. Frameworks
  5. Training Systems
  6. Model Performance Optimizations

सब-टैग एक्सप्लोर करें

  • Model CompilersTools that transform high-level neural network definitions into optimized, hardware-specific executable code. **Distinct from Model Performance Optimizations:** Distinct from Model Performance Optimizations: focuses on the compilation process to machine code rather than general performance tuning.
  • Policy Evaluation OptimizersComputational techniques to decrease the time spent calculating complex security rules. **Distinct from Model Performance Optimizations:** Focuses on policy evaluation efficiency rather than machine learning model optimization.