An open API service indexing awesome lists of open source software.

https://github.com/yjdoc2/rust-nn

A Neural Network implemented from scratch as per http://neuralnetworksanddeeplearning.com/ in Rust. This is then trained on MNIST. This is also used in Rust-NN-Web project to compile to WASM and recognize digits.
https://github.com/yjdoc2/rust-nn

mnist-data neural-networks recognizing-handwritten-digits rust

Last synced: about 1 year ago
JSON representation

A Neural Network implemented from scratch as per http://neuralnetworksanddeeplearning.com/ in Rust. This is then trained on MNIST. This is also used in Rust-NN-Web project to compile to WASM and recognize digits.

Awesome Lists containing this project