An epoch refers to one full pass through the training dataset, while an iteration is a single update of the model parameters, usually based on one batch of data.
An epoch refers to one full pass through the training dataset, while an iteration is a single update of the model parameters, usually based on one batch of data.