A simple Neural Network Library in Rust https://crates.io/crates/neuralib
  • Rust 98.1%
  • Python 1.9%
Find a file
2025-12-20 15:50:47 -05:00
.github/workflows feat: Trusted publishing 2025-12-05 20:19:11 -05:00
examples/mnist feat: Update example versions 2025-12-20 15:50:47 -05:00
scripts chore: Add helpful script 2025-11-12 17:24:57 -05:00
src chore: Add output size checking 2025-11-12 20:51:53 -05:00
.gitignore feat: Serde support 2025-11-11 14:51:57 -05:00
Cargo.lock feat: Update to 0.0.2 2025-12-05 21:40:50 -05:00
Cargo.toml feat: Update to 0.0.2 2025-12-05 21:40:50 -05:00
LICENSE-APACHE chore: Add info 2025-11-06 23:03:13 -05:00
LICENSE-MIT chore: Add info 2025-11-06 23:03:13 -05:00
README.md Update README.md 2025-12-06 01:22:03 +00:00
TODO.md chore: Update TODO 2025-11-12 20:53:15 -05:00

Neuralib

A simple neural network library written in rust.

Features

idx - Support reading IDX files

Usage

Check out the wiki for usage

Examples

You can find examples in the examples directory