Digits Recognition

This is one of my latest project, which was created following 3Blue1Brown’s Neural Networks series. The goal of it is to implement a Multilayer Perceptron (MLP) neural network from scratch in Rust, and use it to recognize handwritten digits from the MNIST dataset.

I wrote a tutorial based on this project: Handwritten digits recognition from scratch in Rust. Check it out to learn how to build your own neural network from scratch.