Caesar AI Atlas

Batch (Батч)

Caesar AI Atlas Definition

Батч — набор примеров, обрабатываемых вместе в одной операции обучения или инференса. При обучении модели батчи определяют, сколько примеров участвует в обновлении параметров за одну итерацию. Батчевая обработка может повышать вычислительную эффективность и контролировать использование памяти.

Other Definitions

Batch (Батч) Source

The set of examples used in one training iteration. The batch size determines the number of examples in a batch. See epoch for an explanation of how a batch relates to an epoch. See Linear regression: Hyperparameters in Machine Learning Crash Course for more information.

Batch (Батч) Source

The set of examples used in one training iteration. The batch size determines the number of examples in a batch.

Batch (Батч) Source

Amazon Machine Learning: An operation that processes multiple input data observations at one time (asynchronously). Unlike real-time predictions, batch predictions aren't available until all predictions have been processed.

Also Referenced In

Related Terms