Blame
|
1 | # Deep Learning |
||||||
| 2 | ||||||||
| 3 | Les réseaux de neurones, du simple perceptron aux transformeurs modernes : comment la profondeur, les bonnes fonctions d'activation et l'entraînement par gradient permettent à un modèle d'apprendre ses propres caractéristiques au lieu de les concevoir à la main. |
|||||||
| 4 | ||||||||
|
5 | **Prérequis :** le cours [Machine Learning](/fr/Machine%20Learning) (en particulier le perceptron dans [Classification linéaire](/fr/Machine%20Learning/05%20Linear%20classification)), Python de base, calcul différentiel et algèbre linéaire. |
||||||
|
6 | |||||||
| 7 | ## Programme |
|||||||
| 8 | ||||||||
| 9 | 1. [Introduction](/fr/Deep%20Learning/01%20Introduction) |
|||||||
| 10 | 2. [Perceptron multicouche](/fr/Deep%20Learning/02%20Multilayer%20perceptron) |
|||||||
| 11 | 3. [Fonctions d'activation](/fr/Deep%20Learning/03%20Activation%20functions) |
|||||||
| 12 | 4. [Fonctions de perte et couches de sortie](/fr/Deep%20Learning/04%20Loss%20functions%20and%20output%20layers) |
|||||||
| 13 | 5. [Rétropropagation](/fr/Deep%20Learning/05%20Backpropagation) |
|||||||
| 14 | 6. [Optimisation](/fr/Deep%20Learning/06%20Optimization) |
|||||||
| 15 | 7. [Initialisation et disparition du gradient](/fr/Deep%20Learning/07%20Initialization%20and%20vanishing%20gradients) |
|||||||
| 16 | 8. [Normalisation](/fr/Deep%20Learning/08%20Normalization) |
|||||||
| 17 | 9. [Régularisation et dropout](/fr/Deep%20Learning/09%20Regularization%20and%20dropout) |
|||||||
| 18 | 10. [Réseaux convolutifs](/fr/Deep%20Learning/10%20Convolutional%20networks) |
|||||||
|
19 | 11. [Plongements et apprentissage de représentations](/fr/Deep%20Learning/11%20Embeddings%20and%20representation%20learning) |
||||||
| 20 | 12. [Réseaux récurrents](/fr/Deep%20Learning/12%20Recurrent%20networks) |
|||||||
| 21 | 13. [LSTM et GRU](/fr/Deep%20Learning/13%20LSTM%20and%20GRU) |
|||||||
| 22 | 14. [Attention](/fr/Deep%20Learning/14%20Attention) |
|||||||
| 23 | 15. [Transformeurs](/fr/Deep%20Learning/15%20Transformers) |
|||||||
|
24 | |||||||
| 25 | --- |
|||||||
| 26 | [Machine Learning](/fr/Machine%20Learning) · [MLOps](/fr/MLOps) · [Accueil](/fr) |
|||||||
