What is the difference between Epoch, Batch and Iteration in Deep Learning?
Answer Posted / Muneeb Ur Rehman
Epoch: An epoch is a complete pass through the entire training dataset.Batch: A batch is a subset of the training data fed into the network for one update step during backpropagation.Iteration: Each update step where the weights are adjusted based on the gradient calculated from a single batch is an iteration.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category