Crates.io | nevermind-neu |
lib.rs | nevermind-neu |
version | 0.2.1 |
source | src |
created_at | 2023-02-20 15:19:35.165589 |
updated_at | 2023-10-12 12:05:31.793354 |
description | Machine learning library with terminal user interface |
homepage | https://regular-dev.org/nevermind-neu |
repository | https://github.com/regular-dev/nevermind-neu |
max_upload_size | |
id | 789864 |
size | 659,225 |
Machine learning library and tool with terminal user interface written in rust. It supports OpenCL layers and CPU layers. Core math matrix library is ndarray which use matrixmultiply crate for CPU matrix multiplication.
OpenCL support is based on ocl crate. It is optional feature and enabled by default.
XOR function approximation
cargo run --release --example xor
XOR function approximation with OpenCL support
cargo run --release --example xor_ocl
For MNIST digits classification example read MNIST example readme
Apache License Version 2.0