Epoch vs. Batch vs. Iteration
Created | |
---|---|
Tags | Training |
44) Epoch vs. Batch vs. Iteration.
- Epoch: one forward pass and one backward pass of all the training examples
- Batch: examples processed together in one pass (forward and backward)
- Iteration: number of training examples / batch size