[papers] Batch size
Nov 8 · 1 min read
Recently there was interesting discussion in twitter about optimal batch size for training neural networks.
The original paper contains two conclusions:
- It is better to use batch size less than 32;
- It affects optimal learning rate range for reliable convergence.

Materials for further reading:
