Handwritten digits recognition from scratch in Rust - Part 0: Introduction
The introduction of the series: we’ll discuss the differents steps to recognise digits.
The introduction of the series: we’ll discuss the differents steps to recognise digits.
The first step of the series: we’ll implement the neural network.
The second step: loading some actual images.
The third step: using backpropagation to train the network.
The final step: saving the networks for later, and training it on many images.