Epoch
One complete pass through the entire training dataset. Models typically train for multiple epochs, seeing each example several times. Too few epochs leads to underfitting; too many can cause overfitting.
One complete pass through the entire training dataset. Models typically train for multiple epochs, seeing each example several times. Too few epochs leads to underfitting; too many can cause overfitting.