Model Training · Level 2 of 5
Iteration
One repetition of an algorithm's update loop.
An iteration and an epoch are usually different units.
Listen to the definition and example
Audio transcript
Iteration. One repetition of an algorithm's update loop. An iteration and an epoch are usually different units. For example: A training loop completes one optimizer update.
Explore this concept
Technical detail
A training iteration commonly executes a forward pass, backward pass, and update, but accumulation can separate these units.
Common misconception
An iteration is not necessarily a complete pass over a dataset.
Start with
Related concepts
Quick recall question
Try answering before looking back at the definition.