Epoch

Applies to: python, general

An epoch is one full pass through the training data.

for epoch in range(10):
    train_one_pass()

See also: batch, minibatch