| Crates.io | neurox |
| lib.rs | neurox |
| version | 0.2.0 |
| created_at | 2025-08-10 17:39:35.849494+00 |
| updated_at | 2025-08-10 19:44:03.841048+00 |
| description | A Rust crate providing core building blocks for numerical computing and machine learning, including tensor operations, model abstractions, and future GPU acceleration support. |
| homepage | https://github.com/Yuvraj-cyborg/neurox |
| repository | https://github.com/Yuvraj-cyborg/neurox |
| max_upload_size | |
| id | 1789141 |
| size | 43,790 |
Neurox is a fast, minimalist, and extendable numerical computation & machine learning library written in Rust.
It provides tensor operations, activation functions, layer abstractions, and model building blocks to create and run ML models.
Currently optimized for CPU execution, with a GPU backend planned in future releases.
Perfect for:
Add Neurox to your Rust project:
[dependencies]
neurox = "0.2.0"