Skip to main content

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

1 min

Image alt

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 #

Solutions #

Variant