Normalization

In a deep neural network, there is a phenomenon called internal covariate shift, which is a change in the input distribution to the network's layers due to the ever-changing network parameters during training.

The input layer may have certain features which dominate the process, due to having high numerical values:

Due to the reasons stated, a concept known as normalization was introduced to resolve these issues.