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

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

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

tracel-ai/burn

0
View on GitHub↗

Burn

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 just-in-time kernel fusion, asynchronous execution, and static graph compilation to maximize computational efficiency and hardware throughput.

The library also functions as a comprehensive model quantization toolkit, offering tools to convert weights and activations into lower-bit representations. These capabilities facilitate the deployment of neural networks on resource-constrained edge devices by reducing memory footprints and accelerating inference tasks without requiring manual code changes for different hardware targets.

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI
burn.dev
↗

Features

  • Deep Learning Frameworks - A modular deep learning framework designed for building, training, and deploying neural networks.
  • Deep Learning Libraries - Implements a high-performance deep learning framework in Rust that leverages memory safety and zero-cost abstractions for model training and inference.
  • Backend-Agnostic Engines - Provides a backend-agnostic computational engine that executes neural networks across diverse hardware including CPUs, GPUs, and web runtimes.
  • Cross-Platform Inference Frameworks - Facilitates cross-platform machine learning by enabling model execution on diverse hardware and runtimes.
  • Model Training and Inference Engines - Enables training and inference across diverse hardware including CPUs, GPUs, and web runtimes.
  • Model Quantization Tools - Provides a comprehensive toolkit for converting model weights to lower-bit representations to accelerate inference.
  • Multi-Backend Abstractions - Provides a unified interface layer that decouples neural network operations from specific hardware backends.
  • Edge AI Model Deployment - Optimizes and manages the deployment of machine learning models for efficient performance on edge devices.
  • Neural Network Building Blocks - Provides modular building blocks for constructing portable deep learning models.
  • Model Training Pipelines - Supports end-to-end workflows for training and deploying models across varied hardware environments.
  • Model Quantization - Improves computational efficiency through techniques like kernel fusion, asynchronous execution, and weight quantization.
  • Model Quantization Frameworks - Compresses model weights and activations into lower-bit representations to reduce memory and computational requirements.
  • Model Quantization - Reduces model precision using static or dynamic methods to improve inference speed and memory usage.
  • Artificial Intelligence - Flexible and comprehensive deep learning framework.
  • Deep Learning - Dynamic deep learning framework prioritizing flexibility and portability.
  • मशीन लर्निंग फ्रेमवर्क - Flexible and comprehensive deep learning framework.
  • Static Graph Execution - Compiles model structures into static execution plans to eliminate runtime overhead and improve inference speed.
  • Model Performance Optimizations - Optimizes computational performance through kernel fusion and asynchronous execution techniques.
  • Precision Quantization - Stores model weights in reduced-bit formats to decrease memory footprint and accelerate arithmetic operations.
  • Runtime Hardware Optimizers - Automatically selects efficient hardware-specific execution paths for neural network operations.
  • Kernel Fusion Operations - Combines multiple mathematical operations into single optimized compute kernels at runtime to maximize throughput.
  • Neural Network Optimizers - Accelerates neural network execution across diverse hardware backends using advanced optimization techniques.
  • Pluggable Backends - Implements a pluggable architecture that dynamically swaps between different hardware drivers and compute runtimes.
15,474 स्टार्स·948 फोर्क्स·Rust·Apache-2.0·13 व्यूज़

स्टार हिस्ट्री

tracel-ai/burn के लिए स्टार हिस्ट्री चार्टtracel-ai/burn के लिए स्टार हिस्ट्री चार्ट

Burn के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Burn के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • alibaba/mnnalibaba का अवतार

    alibaba/MNN

    14,242GitHub पर देखें↗

    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

    C++armconvolutiondeep-learning
    GitHub पर देखें↗14,242
  • 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

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

    Tencent/ncnn

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

    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

    C++androidarm-neonartificial-intelligence
    GitHub पर देखें↗22,811
  • 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

    C++deep-learningdeep-neural-networksdistributed
    GitHub पर देखें↗195,697
Burn के सभी 30 विकल्प देखें→

अक्सर पूछे जाने वाले प्रश्न

tracel-ai/burn क्या करता है?

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.

tracel-ai/burn की मुख्य विशेषताएं क्या हैं?

tracel-ai/burn की मुख्य विशेषताएं हैं: Deep Learning Frameworks, Deep Learning Libraries, Backend-Agnostic Engines, Cross-Platform Inference Frameworks, Model Training and Inference Engines, Model Quantization Tools, Multi-Backend Abstractions, Edge AI Model Deployment।

tracel-ai/burn के कुछ ओपन-सोर्स विकल्प क्या हैं?

tracel-ai/burn के ओपन-सोर्स विकल्पों में शामिल हैं: alibaba/mnn — MNN is a high-performance inference engine and framework designed for on-device machine learning. It provides a… zhaochenyang20/awesome-ml-sys-tutorial — This project provides a comprehensive technical guide and framework for engineering large-scale machine learning… tencent/ncnn — ncnn is a high-performance neural network inference framework designed for executing deep learning models locally on… tensorflow/tensorflow — TensorFlow is a comprehensive machine learning framework designed for the construction, training, and deployment of… pytorch/vision — This project is a comprehensive computer vision library for the PyTorch ecosystem, providing a standardized collection… zsdonghao/tensorlayer — Tensorlayer is a deep learning framework and cross-backend AI library used to construct and execute neural network…