Learn Before
Data Batch
A data batch, commonly referred to as a minibatch, is a discrete, smaller subset of a larger dataset that is processed simultaneously during a single iteration of machine learning model training or evaluation. Training typically requires multiple passes over a dataset, grabbing one minibatch at a time. Each minibatch consists of a tuple of features and corresponding labels. Processing data in minibatches rather than the entire dataset balances computational efficiency with hardware memory constraints.
0
1
Tags
D2L
Dive into Deep Learning @ D2L
Related
Characteristics of a dataset
Sample Datasets
The first step to analyze a dataset:
Wolfram's four classes of empirical data
Data Distributions
Supervised Learning
Machine Learning Model
Data Quality
Relational Database
Deep Learning Data Types
Data Processing Bottleneck
Machine Learning Dataset Quality
Machine Learning Example
CSV File
Data Batch
Training vs. Validation Data Reading Order