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
An epoch is one complete pass through the entire training dataset. Multiple epochs allow the model to iteratively refine its weights.