neural network project for comp sci class
- Rust 96.5%
- Nix 3.5%
| src | renamed new_with_name to new_named | |
| .envrc | add direnv | |
| .gitignore | add direnv | |
| Cargo.lock | finish mnist | |
| Cargo.toml | finish mnist | |
| flake.lock | init | |
| flake.nix | init | |
| LICENSE | init | |
| README.md | add usage | |
| reflection.md | add reflection | |
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