Blame
|
1 | # Deep Learning |
||||||
| 2 | ||||||||
| 3 | Neural networks from the single perceptron to modern transformers: how depth, the right activations, and gradient-based training let a model learn its own features instead of hand-crafted ones. |
|||||||
| 4 | ||||||||
|
5 | **Prerequisites:** the [Machine Learning](/en/Machine%20Learning) course, especially [Multilayer neural networks](/en/Machine%20Learning/06%20Multilayer%20neural%20networks), which builds the model and covers the losses and backpropagation used throughout this course. Basic Python, calculus, and linear algebra. |
||||||
|
6 | |||||||
| 7 | ## Syllabus |
|||||||
| 8 | ||||||||
| 9 | 1. [Introduction](/en/Deep%20Learning/01%20Introduction) |
|||||||
|
10 | 2. [Activation functions](/en/Deep%20Learning/02%20Activation%20functions) |
||||||
| 11 | 3. [Optimization](/en/Deep%20Learning/03%20Optimization) |
|||||||
| 12 | 4. [Training deep networks](/en/Deep%20Learning/04%20Training%20deep%20networks) |
|||||||
| 13 | 5. [Convolutional networks](/en/Deep%20Learning/05%20Convolutional%20networks) |
|||||||
| 14 | 6. [Embeddings and representation learning](/en/Deep%20Learning/06%20Embeddings%20and%20representation%20learning) |
|||||||
| 15 | 7. [Recurrent networks](/en/Deep%20Learning/07%20Recurrent%20networks) |
|||||||
| 16 | 8. [LSTM and GRU](/en/Deep%20Learning/08%20LSTM%20and%20GRU) |
|||||||
| 17 | 9. [Attention](/en/Deep%20Learning/09%20Attention) |
|||||||
| 18 | 10. [Transformers](/en/Deep%20Learning/10%20Transformers) |
|||||||
|
19 | |||||||
| 20 | --- |
|||||||
| 21 | [Machine Learning](/en/Machine%20Learning) · [MLOps](/en/MLOps) · [Home](/en) |
|||||||
