Skip to content

unexploredtest/MNIST-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

Neural network implemented from scratch in Rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages