EpochApplies to: python, generalAn epoch is one full pass through the training data. for epoch in range(10): train_one_pass() See also: batch, minibatch