A batch is the total number of training examples present in a single batch and aniteration is the number of batches needed to complete one epoch.
For example: If we divide a dataset of 2000 training examples into 500 batches, then 4 iterations will complete 1 epoch.
https://www.quora.com/What-is-an-epoch-in-deep-learning
'Papers > Machine learning' 카테고리의 다른 글
Faster RCNN vs. SSD (0) | 2019.04.27 |
---|---|
Cross-entropy cost function (0) | 2019.04.27 |
K-Means clustering (0) | 2019.04.14 |
AP(Average Precision), mAP(mean Average Precision) (0) | 2019.02.14 |
How gpu and tpu works (0) | 2019.01.30 |