Batch

Applies to: python, general

A batch is a group of examples processed together for one model update or evaluation step.

X_batch = X[i:i+32]

See also: minibatch, epoch