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

Reading Very Deep VAE

Python Notes

Java Learning