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

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

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

NervanaSystems/neonArchived

0
View on GitHub↗
3,864 स्टार्स·805 फोर्क्स·Python·Apache-2.0·3 व्यूज़neon.nervanasys.com/docs/latest↗

Neon

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 full lifecycle of model development, from constructing custom neural network architectures to executing training routines and moving finalized models into production for real-time inference. Users can manage these tasks through API integration or by using configuration files to define parameters and select hardware backends.

Features

  • Deep Learning Frameworks - Provides a complete system for the design, training, and deployment of neural network architectures.
  • Computational Graphs - Implements a graph-based representation of mathematical operations to optimize tensor data flow and execution.
  • Deep Network Training - Provides a hardware-accelerated stack for optimizing and training multi-layer neural architectures.
  • Hardware Abstraction Layers - Provides an abstraction layer that routes tensor operations to multiple hardware backends like CPUs and GPUs.
  • Just-In-Time Kernel Compilers - Utilizes just-in-time compilation to generate optimized hardware kernels for tensor operations at runtime.
  • Machine Learning Platforms - Offers an integrated platform that decouples model definitions from execution kernels to support diverse hardware backends.
  • Neural Network Construction - Provides APIs for designing and constructing deep learning architectures using layers and model abstractions.
  • Neural Network Deployment - Facilitates moving finalized deep learning models into production environments for real-time inference.
  • Neural Network Training Toolkits - Provides a software suite for the iterative development and optimization of deep learning models across parallelized hardware.
  • Graph-Based Execution Engines - Implements an execution engine that optimizes mathematical operations by constructing directed acyclic graphs of tensors.
  • Hardware Acceleration Backends - Provides hardware-specific compute backends to accelerate the execution of neural network computations.
  • Hardware Backend Selection - Enables selection between different hardware processors, such as CPUs and GPUs, to balance execution speed.
  • Custom Neural Architectures - Supports the implementation of tailored neural network structures built from low-level components and optimized kernels.
  • Hardware Acceleration - Employs hardware acceleration techniques to offload mathematical computations to GPUs for faster model training.
  • Tensor Memory Management - Implements specialized memory management for large multidimensional arrays to maximize throughput across CPU and GPU architectures.
  • Multi-Backend Execution - Distributes computational workloads across parallelized hardware environments to increase training speed and efficiency.
  • Deep Learning Frameworks - Python-based deep learning framework for performance.
  • मशीन लर्निंग फ्रेमवर्क - Reference deep learning framework for Intel hardware.
  • Data Science Tooling - High-performance deep learning framework.

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

nervanasystems/neon के लिए स्टार हिस्ट्री चार्टnervanasystems/neon के लिए स्टार हिस्ट्री चार्ट

AI सर्च

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

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

Start searching with AI

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

समान ओपन-सोर्स प्रोजेक्ट्स, जो Neon के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • 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
  • fluxml/flux.jlFluxML का अवतार

    FluxML/Flux.jl

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

    Flux.jl is a deep learning framework and numerical computing toolkit written in Julia. It serves as a machine learning library for designing and training neural networks, providing a system for automatic differentiation to optimize model parameters. The framework enables deep learning development and machine learning research by representing layers as parameterized functions. It supports scientific machine learning, integrating neural networks into workflows for solving physical and mathematical problems. The toolkit provides native GPU acceleration for tensor computations and utilizes rever

    Julia
    GitHub पर देखें↗4,726
  • caffe2/caffe2caffe2 का अवतार

    caffe2/caffe2

    8,377GitHub पर देखें↗

    Caffe2 is a high-performance deep learning framework and C++ machine learning library. It serves as a modular system for designing, training, and executing scalable neural networks. The project functions as an inference engine and a scalable neural network engine designed to run models across distributed systems and diverse hardware. Its architecture allows for the construction of custom neural network components that can be scaled from research to production environments. The framework covers the full lifecycle of deep learning development, including modular network architecture design, mod

    Shell
    GitHub पर देखें↗8,377
  • weiliu89/caffeweiliu89 का अवतार

    weiliu89/caffe

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

    Caffe is a high-performance deep learning framework and convolutional neural network library designed for training and deploying neural networks. It functions as a GPU-accelerated machine learning engine with a core implemented in C++ to enable high-throughput tensor operations. The project utilizes a declarative configuration system where model architectures and hyperparameters are defined in external text files, separating the network design from the execution code. It includes a model serialization system to export trained weights and topologies into binary files for efficient deployment a

    C++
    GitHub पर देखें↗4,800
Neon के सभी 30 विकल्प देखें→

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

nervanasystems/neon क्या करता है?

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.

nervanasystems/neon की मुख्य विशेषताएं क्या हैं?

nervanasystems/neon की मुख्य विशेषताएं हैं: Deep Learning Frameworks, Computational Graphs, Deep Network Training, Hardware Abstraction Layers, Just-In-Time Kernel Compilers, Machine Learning Platforms, Neural Network Construction, Neural Network Deployment।

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

nervanasystems/neon के ओपन-सोर्स विकल्पों में शामिल हैं: alibaba/mnn — MNN is a high-performance inference engine and framework designed for on-device machine learning. It provides a… fluxml/flux.jl — Flux.jl is a deep learning framework and numerical computing toolkit written in Julia. It serves as a machine learning… caffe2/caffe2 — Caffe2 is a high-performance deep learning framework and C++ machine learning library. It serves as a modular system… weiliu89/caffe — Caffe is a high-performance deep learning framework and convolutional neural network library designed for training and… apache/incubator-mxnet — Apache MXNet is a deep learning framework and distributed machine learning library designed for training and deploying… apache/mxnet — This project is a deep learning framework designed for constructing, training, and deploying neural networks across…