Training Epoch¶
Definition
AI-generated
A training epoch is one full pass over the training dataset (or its shuffled partitions) under a given sampling protocol; practice estimates progress in epochs or steps and pairs them with validation curves, early stopping, and learning-rate schedules.
Synonyms
Why it matters in GWAS¶
Reporting how many epochs a genomic classifier ran—and whether early stopping used ancestry-stratified validation—helps others judge overfitting when models ingest linkage disequilibrium-rich inputs.
Example usage¶
"Chronology metadata were harmonized using Training Epoch conventions before temporal comparisons."
Related terms¶
References¶
- Goodfellow I, Bengio Y, Courville A. (2016). Deep Learning. MIT Press.
Last updated (UTC · Git history)