Batch Normalization


BatchNorm addresses the internal covariate shift problems by normalizing layer inputs, which makes using large learning rate to accelerate network training feasible.

Comments

Popular posts from this blog

Python Notes

Clustering vs Dimensionality Reduction

Java Learning