“Tout ce qu’il faut savoir sur les réseaux de neurones pour devenir un héros !” (épisode 5)
Watch the video “Tout ce qu’il faut savoir sur les réseaux de neurones pour devenir un héros !” (épisode 5) before 2025-11-07.
Course
Course webpage: https://fidle.cnrs.fr/w3/archives/2024-2025/05-DNN.html
Video course: “Tout ce qu’il faut savoir sur les réseaux de neurones pour devenir un héros !” (épisode 5) (~1h35 course)
Outline
- De la régression linéaire au neurone artificiel
- {“MLP, DNN”=>”La symphonie des neurones”}
- Les fonctions d’activation ou les bougies d’allumage des NN
- Les fonctions de Loss et les métriques
- Illustration pratique : Régression oenologique avec un DNN
- Une boussole pour l’utilisations des modèles
Tutorial/practical
We will setup our environment and start playing with the following notebooks:
Linear and logistic regression
See the LinReg/ sub-folder in the notebook repository:
Perceptron Model 1957
See the Perceptron/ sub-folder in the notebook repository:
Wine Quality prediction (DNN), using Keras3/PyTorch
See the Wine.Keras3/ sub-folder in the notebook repository:
Wine Quality prediction (DNN), using PyTorch/Lightning
See the Wine.Lightning/ sub-folder in the notebook repository:
MNIST classification (DNN, CNN), using Keras3/PyTorch
See the MNIST.Keras3/ sub-folder in the notebook repository:
MNIST classification (DNN, CNN), using PyTorch
See the MNIST.PyTorch/ sub-folder in the notebook repository:
MNIST classification (DNN, CNN), using PyTorch/Lightning
See the MNIST.Lightning/ sub-folder in the notebook repository: