1
0
Fork
You've already forked neural-network
0
neural network project for comp sci class
  • Rust 96.5%
  • Nix 3.5%
2026年01月14日 13:36:12 -08:00
src renamed new_with_name to new_named 2026年01月14日 13:35:55 -08:00
.envrc add direnv 2025年12月02日 10:37:10 -08:00
.gitignore add direnv 2025年12月02日 10:37:10 -08:00
Cargo.lock finish mnist 2026年01月14日 10:13:16 -08:00
Cargo.toml finish mnist 2026年01月14日 10:13:16 -08:00
flake.lock init 2025年10月08日 15:02:48 -07:00
flake.nix init 2025年10月08日 15:02:48 -07:00
LICENSE init 2025年10月08日 15:02:48 -07:00
README.md add usage 2026年01月14日 13:36:06 -08:00
reflection.md add reflection 2026年01月14日 13:36:12 -08:00

Setup

Alpaydin and Kaynak's Handwritten Digits

files should be saved at data/digits-text.txt and data/digits-train.txt

MNIST Digits

the MNIST data is automatically downloaded.

Usage

run an individual datasets with

cargo run -- digits

or run all datasets with

cargo test -- --no-capture