Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 220 Bytes

File metadata and controls

11 lines (9 loc) · 220 Bytes

Implementation of a simple Neural Network to solve MNIST in Rust

Build with:

cargo build --release

Program arguments are:

neural_networks [data_path] [epoch] [mini batch size] [learning rate]