Batch normalization - AshokBhat/ml GitHub Wiki
- Normalize layer inputs (similar to input layer normalization)
- Makes it easier and faster to train
- Batch Normalization: Accelerating Deep Network Training by Reducing Internal Covariate Shift
- 2015 paper
- By Sergey Ioffe, Christian Szegedy