An epoch means:
Answer options
A
One parameter update
B
One full pass over the training dataset
C
A single batch
D
Final test evaluation
Correct answer: One full pass over the training dataset
Explanation
Quick AnswerThe correct answer is One full pass over the training dataset because it directly addresses the core logic of Generative AI.
An epoch is one complete pass through the entire training dataset. Multiple epochs allow the model to iteratively refine its weights.