A simple Neural Network Library in Rust https://crates.io/crates/neuralib
  • Rust 98.7%
  • Python 1.3%
Find a file
2026-05-31 23:29:35 -04:00
.cargo chore: Remove flags only available in nightly 2026-04-03 20:08:25 -04:00
.github/workflows feat: Trusted publishing 2025-12-05 20:19:11 -05:00
examples/mnist fix: Update tests and examples to use new signature 2026-04-03 20:30:21 -04:00
neuralib-python-ffi chore: Very mini changes 2026-04-21 23:45:45 -04:00
scripts chore: Add helpful script 2025-11-12 17:24:57 -05:00
src chore: Format/update 2026-04-22 00:43:49 -04:00
.gitignore feat: Serde support 2025-11-11 14:51:57 -05:00
Cargo.lock chore: Update deps 2026-05-31 23:29:35 -04:00
Cargo.toml Ver: Bump version to 0.0.3 2026-04-22 00:49:58 -04: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 Test 2026-04-03 20:36:12 -04:00
TODO.md chore: BREAKING: Put number of input neurons into the layer count 2026-04-03 20:24:53 -04: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