Learn Before
Training vs. Validation Data Reading Order
When loading datasets for machine learning, the order in which data is read depends on the current mode. For training, data is typically read in a random order (shuffled) to properly update the model. For validation, data is read in a pre-defined, sequential order, which is important for debugging purposes and consistent evaluation.
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