Deep learning framework (discontinued)
Top 12.9% on sourcepulse
This project is a deep learning framework designed for ease-of-use, extensibility, and high performance across various hardware. It targets researchers and developers needing a robust platform for training state-of-the-art models, offering significant speed advantages and a comprehensive model zoo.
How It Works
Neon is built with swappable hardware backends, allowing code to run on CPUs, GPUs, or Intel's specialized hardware. It leverages Intel's Math Kernel Library (MKL) for optimized CPU performance, providing significant speedups. The framework supports common deep learning layers and offers pre-trained models for various applications.
Quick Start & Requirements
git clone https://github.com/NervanaSystems/neon.git && cd neon && make
(or pip install nervananeon
for v2.4.0+). Activate virtual environment: . .venv/bin/activate
.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
The project is officially discontinued and no longer maintained or supported by Intel, meaning no future updates, bug fixes, or patches will be provided. Users needing ongoing support or development must fork the project. Manifest file format changed between v2.1.0 and v2.2.0, requiring recreation or updating for older manifests.
4 years ago
1 day