APPLICATION OF SUPERVISED LEARNING
DEEP LEARNING
| 
 Question 
 [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
 
 | 
 Which of the following neural network training challenge can be solved using batch normalization? 
| 
 | 
  Overfitting 
 
 | 
| 
 | 
  Restrict activations to become too high or low 
 
 | 
| 
 | 
  Training is too slow 
 
 | 
| 
 | 
  All the mentioned 
 
 | 
 Explanation: 
Detailed explanation-1: -(ii) True. We are normalizing the input to each layer with batch normalization, so it certainly helps with lessening the coupling between layers and makes the learning process more independent.
Detailed explanation-2: -Using batch normalization allows us to use much higher learning rates, which further increases the speed at which networks train. Makes weights easier to initialize-Weight initialization can be difficult, and it’s even more difficult when creating deeper networks.
 There is 1 question to complete.