Topic 04: Optimization Part 2
This chapter introduce advanced techniques for optimization of neural networks and deep learning.
-
Chapter 04.01: Challenges in Optimization
In this section, we summarize several of the most prominent challenges regarding training of deep neural networks such as Ill-Conditioning Local Minima, Saddle Points, Cliffs and Exploding Gradients.
-
Chapter 04.02: Measures Regression
In this section we introduce several advanced techniques for optimization of neural network such as learning rate schedules, adaptive learning rates, and batch normalization.
-
Chapter 04.03: Modern Activation Functions
We explain challenges in optimization related to action function and introduce activation for hidden and output units.
-
Chapter 04.04: Network Initialization
This part describe why initialization is important and explain weight and bias initialization.