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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

81 dépôts

Awesome GitHub RepositoriesModel Performance Optimization

Methods to enhance model speed and accuracy through techniques like quantization and hardware acceleration.

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

Awesome Model Performance Optimization GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • karpathy/autoresearchAvatar de karpathy

    karpathy/autoresearch

    87,119Voir sur GitHub↗

    Autoresearch is an autonomous machine learning research agent and architecture search framework. It employs a closed-loop system to programmatically rewrite training and architecture source code to discover optimal language model configurations. The system iteratively modifies code and evaluates performance metrics to improve model quality based on a target objective. It optimizes model performance and training efficiency by tracking validation bits per byte, which allows for a fair comparison of architectural changes independently of vocabulary size. The framework manages the full training

    Adjusts training code and model architecture to minimize validation bits per byte and maximize performance.

    Python
    Voir sur GitHub↗87,119
  • datawhalechina/hello-agentsAvatar de datawhalechina

    datawhalechina/hello-agents

    59,685Voir sur GitHub↗

    This project provides a comprehensive framework for building, training, and managing autonomous agents. It enables the construction of systems that utilize language models to plan, manage memory, and execute multi-step tasks through iterative reasoning loops and tool-based actions. The framework distinguishes itself by offering specialized capabilities for interacting with graphical user interfaces and legacy software, allowing agents to perceive visual elements and perform actions like a human user. It supports complex, cross-application workflows through graph-based orchestration and provid

    Structures instructions and retrieved knowledge to provide models with the most relevant data needed to complete tasks accurately.

    Pythonagentllmrag
    Voir sur GitHub↗59,685
  • ultralytics/yolov5Avatar de ultralytics

    ultralytics/yolov5

    57,528Voir sur GitHub↗

    YOLOv5 is a comprehensive computer vision framework designed for end-to-end deep learning, specializing in real-time object detection, image classification, and instance segmentation. It provides a unified toolkit that manages the entire lifecycle of a model, from initial dataset configuration and hyperparameter tuning to high-speed inference and deployment. The framework utilizes a modular neural architecture, allowing users to swap backbone and head components to tailor models for specific visual tasks. What distinguishes this project is its focus on production-ready deployment and model ef

    Boosts model speed and accuracy through pruning, quantization, and specialized hardware acceleration.

    Pythoncoremldeep-learningios
    Voir sur GitHub↗57,528
  • scutan90/deeplearning-500-questionsAvatar de scutan90

    scutan90/DeepLearning-500-questions

    57,436Voir sur GitHub↗

    This project is a comprehensive study guide and knowledge base for deep learning, machine learning, and the associated mathematics required for artificial intelligence. It functions as a curated collection of technical questions and answers designed to help users study fundamental theories and practical applications. The repository serves as a technical interview preparation resource by aggregating industry-standard questions and core knowledge points. It provides a structured reference for reviewing neural network architectures and specific techniques used in computer vision, such as object

    Provides educational content on improving model speed and accuracy through optimization and compression.

    JavaScript
    Voir sur GitHub↗57,436
  • anthropics/anthropic-cookbookAvatar de anthropics

    anthropics/anthropic-cookbook

    45,984Voir sur GitHub↗

    This repository is a collection of guides, notebooks, and recipes for implementing advanced prompting techniques and workflow patterns with large language models. It serves as a prompt engineering guide, an evaluation suite for scoring prompt quality, and a framework for orchestrating agents and integrating external tools. The project provides implementation patterns for building applications with Claude, specifically focusing on coordinating multiple models to split complex tasks between high-reasoning and high-efficiency agents. It includes technical demonstrations for multimodal data proce

    Offers methods for systematically refining and evaluating prompts to improve accuracy and reduce costs.

    Jupyter Notebook
    Voir sur GitHub↗45,984
  • sgl-project/sglangAvatar de sgl-project

    sgl-project/sglang

    29,079Voir sur GitHub↗

    Sglang is a high-performance inference engine and serving system designed for large language and multimodal models. It provides a programmable interface for orchestrating complex generation workflows, enabling developers to coordinate multi-turn dialogues, tool invocations, and reasoning chains through a domain-specific language. The platform is built to support production-scale deployments, offering an OpenAI-compatible API that allows for integration with existing application ecosystems. The system distinguishes itself through a disaggregated architecture that separates compute-intensive pr

    Improves inference performance using expert parallelism, speculative decoding, and custom kernel tuning.

    Pythonattentionblackwellcuda
    Voir sur GitHub↗29,079
  • d2l-ai/d2l-enAvatar de d2l-ai

    d2l-ai/d2l-en

    29,001Voir sur GitHub↗

    This project is an educational platform and research toolkit designed to teach deep learning through a combination of mathematical theory, visual diagrams, and executable code. It provides a comprehensive environment for building, training, and evaluating neural networks, grounding complex concepts in interactive computational notebooks that allow for hands-on experimentation. The framework distinguishes itself by interleaving theoretical foundations—including linear algebra, calculus, and probability—with practical implementations across multiple industry-standard libraries. It supports flex

    Optimizes model accuracy by balancing parameter counts, dataset size, and computational resources.

    Pythonbookcomputer-visiondata-science
    Voir sur GitHub↗29,001
  • handsonllm/hands-on-large-language-modelsAvatar de HandsOnLLM

    HandsOnLLM/Hands-On-Large-Language-Models

    27,059Voir sur GitHub↗

    This project is an educational resource focused on the internal mechanics and design principles of transformer-based neural networks. It provides a structured guide to the fundamental components of generative artificial intelligence, including sequence modeling, semantic embeddings, and the mathematical foundations of large language models. The repository distinguishes itself through a heavy emphasis on visual documentation, utilizing diagrams and step-by-step explanations to clarify how data flows through complex neural architectures. It serves as a technical reference for developers seeking

    Explains model optimization techniques like quantization and mixture of experts to improve performance and efficiency.

    Jupyter Notebookartificial-intelligencebooklarge-language-models
    Voir sur GitHub↗27,059
  • langchain-ai/deepagentsAvatar de langchain-ai

    langchain-ai/deepagents

    25,006Voir sur GitHub↗

    Deepagents is an LLM agent orchestration platform and stateful application server designed for deploying and managing AI agents built with computational graphs. It provides a containerized runtime environment that handles agent execution, state persistence, and the versioning of AI assistants. The platform distinguishes itself through deep integration with the Model Context Protocol, allowing agents to function as servers that expose tools and capabilities to external clients. It features a sophisticated observability suite for capturing execution traces, performing LLM-based evaluations agai

    Provides a conversational interface to refine prompts and create output schemas for better model behavior.

    Pythonagentsdeepagentslangchain
    Voir sur GitHub↗25,006
  • pytorch/examplesAvatar de pytorch

    pytorch/examples

    23,752Voir sur GitHub↗

    This repository serves as a comprehensive collection of reference implementations for the PyTorch machine learning library. It provides practical examples for building, training, and deploying deep learning models, functioning as a toolkit for developers to explore neural network architectures and training workflows. The project distinguishes itself by offering concrete demonstrations of complex machine learning operations, ranging from computer vision tasks like object detection and depth estimation to the training of large-scale transformer models. These examples illustrate how to implement

    Applies compiler-level optimizations to reshape model graphs and improve execution speed.

    Python
    Voir sur GitHub↗23,752
  • paddlepaddle/paddleAvatar de PaddlePaddle

    PaddlePaddle/Paddle

    23,632Voir sur GitHub↗

    Paddle is a deep learning framework designed for building, training, and deploying neural networks. It provides a platform for constructing models using tensor-based computations and supports both dynamic and static execution graphs to facilitate research and production workflows. The platform functions as a distributed machine learning system, enabling the scaling of training workloads across multiple nodes and hardware clusters. It includes a comprehensive toolkit for model deployment and optimization, allowing users to convert external model formats, compress trained models for resource-co

    Implements configuration adjustments and transformations to maximize computational throughput and resource efficiency during model execution.

    C++deep-learningdistributed-trainingefficiency
    Voir sur GitHub↗23,632
  • tencent/ncnnAvatar de Tencent

    Tencent/ncnn

    22,811Voir sur GitHub↗

    ncnn is a high-performance neural network inference framework designed for executing deep learning models locally on mobile and desktop hardware. It functions as a specialized engine that enables the deployment of artificial intelligence tasks directly on resource-constrained devices, eliminating the need for external network connectivity or cloud-based processing services. The framework provides a comprehensive toolset for model optimization, allowing users to convert and quantize machine learning models into specialized binary structures. By utilizing static model graph compilation and zero

    Applies quantization and graph adjustments to reduce memory consumption and increase processing speed for applications on resource-constrained devices.

    C++androidarm-neonartificial-intelligence
    Voir sur GitHub↗22,811
  • voltagent/awesome-claude-code-subagentsAvatar de VoltAgent

    VoltAgent/awesome-claude-code-subagents

    21,906Voir sur GitHub↗

    This project provides a framework for managing multi-agent systems, designed to automate complex software development, infrastructure, and business workflows. It functions as a multi-agent workflow orchestrator that routes tasks to domain-specific workers while maintaining state persistence and infrastructure automation. By leveraging large language models, the system decomposes high-level objectives into actionable plans, ensuring that complex operations are executed with consistency and reliability. The framework distinguishes itself through its hierarchical agent registry and policy-driven

    Implements hyperparameter tuning, distributed training, and resource allocation strategies to meet model performance targets.

    Shellai-agent-frameworkai-agent-toolsai-agents
    Voir sur GitHub↗21,906
  • funaudiollm/cosyvoiceAvatar de FunAudioLLM

    FunAudioLLM/CosyVoice

    21,673Voir sur GitHub↗

    CosyVoice is a speech synthesis framework that utilizes large language models to generate expressive, multilingual audio. The system functions as an audio generation engine capable of producing natural-sounding speech across multiple languages while preserving regional dialects and specific emotional tones. The platform distinguishes itself through its zero-shot voice cloning capabilities, which allow for the creation of synthetic voice profiles from short audio samples without requiring additional model training. It provides fine-grained control over vocal attributes, enabling users to adjus

    Refines speech generation models using reward mechanisms to improve output quality and performance.

    Pythonaudio-generationcantonesechatbot
    Voir sur GitHub↗21,673
  • apache/mxnetAvatar de apache

    apache/mxnet

    20,829Voir sur GitHub↗

    This project is a deep learning framework designed for constructing, training, and deploying neural networks across diverse hardware environments. It functions as a high-performance tensor computation library that provides both imperative and symbolic programming interfaces, allowing developers to balance flexible, step-by-step model building with the efficiency of compiled computation graphs. The framework distinguishes itself through a hybrid execution engine that integrates declarative graph compilation with imperative runtime logic. It supports scalable, distributed training across multip

    Accelerates training and inference speeds by applying hardware-specific optimizations and model compression techniques.

    C++mxnet
    Voir sur GitHub↗20,829
  • ai4finance-foundation/fingptAvatar de AI4Finance-Foundation

    AI4Finance-Foundation/FinGPT

    20,507Voir sur GitHub↗

    FinGPT is a suite of specialized financial tools and a framework for adapting large language models to the financial domain. It provides a set of pipelines for financial entity extraction, sentiment analysis, and retrieval-augmented generation to improve the accuracy of financial information systems. The project distinguishes itself through efficient training workflows, utilizing low-rank adaptation and quantized low-rank adaptation to fine-tune models on consumer-grade hardware. It employs market-labeled datasets and reinforcement learning that uses actual stock price movements as reward sig

    Optimizes model performance by applying reinforcement learning based on actual stock price movements instead of human ratings.

    Jupyter Notebookchatgptfinancefingpt
    Voir sur GitHub↗20,507
  • huggingface/sentence-transformersAvatar de huggingface

    huggingface/sentence-transformers

    18,817Voir sur GitHub↗

    This project is a transformer-based framework for generating dense and sparse vector embeddings of text and multimodal data. It serves as a library for fine-tuning models to perform semantic similarity tasks, retrieval, and reranking. The system is distinguished by its support for diverse architectural patterns, including bi-encoders for fast similarity search and cross-encoders for high-precision reranking. It provides dedicated pipelines for multimodal embeddings, mapping text and images into a shared vector space, and implements knowledge distillation to compress large models into smaller,

    Reduces model size and increases inference speed through distillation and adaptive layer removal.

    Python
    Voir sur GitHub↗18,817
  • lightgbm-org/lightgbmAvatar de lightgbm-org

    lightgbm-org/LightGBM

    18,460Voir sur GitHub↗

    LightGBM is a gradient boosting framework used to train decision tree ensembles for classification, regression, and ranking tasks. It functions as a distributed machine learning library and a decision tree ensemble implementation that utilizes leaf-wise growth and histogram-based feature binning. The framework is distinguished by its ability to offload heavy computations to CUDA or OpenCL devices for GPU acceleration and its capacity to parallelize training across multiple nodes using sockets, MPI, or Dask. It includes a specialized categorical feature processor that optimizes partitions for

    Implements techniques like leaf-wise growth and regularization to improve prediction accuracy and prevent overfitting.

    C++
    Voir sur GitHub↗18,460
  • xiaolincoder/cs-baseAvatar de xiaolincoder

    xiaolincoder/CS-Base

    18,024Voir sur GitHub↗

    CS-Base is a comprehensive educational platform and technical repository designed to support software engineers in mastering backend architecture, artificial intelligence engineering, and career development. It functions as a centralized knowledge hub that combines illustrated theoretical tutorials with practical, project-based learning to bridge the gap between foundational computer science concepts and professional industry requirements. The project distinguishes itself by integrating a robust career mentorship framework with advanced AI engineering resources. It provides users with tools f

    Provides engineering strategies for optimizing LLM performance in production environments.

    ccppgolang
    Voir sur GitHub↗18,024
  • kindxiaoming/pykanAvatar de KindXiaoming

    KindXiaoming/pykan

    16,305Voir sur GitHub↗

    pykan is a library for implementing Kolmogorov-Arnold Networks, replacing fixed node activation functions with learnable spline functions located on the network edges. It serves as an interpretable AI framework and symbolic regression tool designed to derive transparent mathematical rules from complex data. The project focuses on converting learned numerical functions into human-readable symbolic expressions through library matching and formula conversion. It utilizes additive-compositional topologies and learnable piecewise polynomial segments to approximate non-linear mappings. The framewo

    Uses regularization-driven sparsification to force unimportant connections to zero for better interpretability.

    Jupyter Notebook
    Voir sur GitHub↗16,305
Préc.1234…5Suivant
  1. Home
  2. Artificial Intelligence & ML
  3. Model Optimization
  4. Profiling & Benchmarking
  5. Model Performance Optimization

Explorer les sous-tags

  • Estimator SelectionThe process of testing different causal estimators and hyperparameter grids to find the optimal configuration. **Distinct from Model Performance Optimization:** Distinct from Model Performance Optimization: focuses on selecting the best estimator type/grid rather than quantization or speed.
  • Generalization TechniquesMethods used to improve a model's ability to generalize to unseen data, such as dropout and data augmentation. **Distinct from Model Performance Optimization:** Distinct from Model Performance Optimization: focuses on accuracy and generalization rather than hardware acceleration or quantization.
  • Instructional Input Optimizers1 sous-tagTools that structure instructions and retrieved knowledge to provide models with the most relevant data for specific tasks. **Distinct from Model Performance Optimization:** Distinct from general model performance optimization: focuses on the structuring of input prompts and context rather than model-level quantization.
  • Market-Based Reward OptimizationTechniques for refining model accuracy using actual market outcomes as reward signals for reinforcement learning. **Distinct from Model Performance Optimization:** Focuses on using real-world financial price movements as the reward signal instead of general performance metrics or human ratings
  • Model Sparsification1 sous-tagTechniques to reduce the number of active parameters during inference to increase token throughput. **Distinct from Model Performance Optimization:** Distinct from general performance optimization by focusing specifically on reducing the active parameter set (sparsity) during execution.
  • Olive Model CompressionUse of the Olive toolkit to compress and compile models for improved inference speed. **Distinct from Model Performance Optimization:** Focuses specifically on the Olive optimization toolkit, whereas Model Performance Optimization is a general category.
  • Prompt Optimizers3 sous-tagsTools for refining model prompts and examples to improve output accuracy and reliability. **Distinct from Model Performance Optimization:** Focuses on prompt engineering and 'teleprompting' rather than hardware or compiler-level performance optimization