Machine Learning & Training

What Is an Epoch?

An epoch refers to one full pass through the entire training dataset during model training. Models are typically trained for many epochs so they can gradually refine their parameters. Monitoring performance across epochs helps determine when a model has learned enough or has begun to overfit.

Further reading

Read more about epoch — articles and blogs from around the web: