A simple Neural Network Library in Rust https://crates.io/crates/neuralib
  • Rust 98.7%
  • Python 1.3%
Find a file
2026-04-03 23:31:19 -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 refactor: BREAKING: Rename all instances of CFFI to FFI for clarity and correctness 2026-04-03 21:13:37 -04:00
scripts chore: Add helpful script 2025-11-12 17:24:57 -05:00
src chore: Reformat test 2026-04-03 23:31:19 -04:00
.gitignore feat: Serde support 2025-11-11 14:51:57 -05:00
Cargo.lock refactor: BREAKING: Rename all instances of CFFI to FFI for clarity and correctness 2026-04-03 21:13:37 -04:00
Cargo.toml refactor: BREAKING: Rename all instances of CFFI to FFI for clarity and correctness 2026-04-03 21:13:37 -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