Vision, image and machine learning (partie AM) - TP
1 min

Tutorial (TP) #
The aim of this tutorial is to implement from scratch a simple neural network trained by backpropagation. This will be a formative introduction to more advanced frameworks (such as PyTorch) where learning is automated.
The equations and small code (1D) presented in the course
The two exercises (all steps are described inside the code.):
Documents to read #
- The equations behind backpropagation with code and explanations
- The backpropagation equations
- Introduction-au-deep-learning(Miximum)
Solutions #
Variant