Learn Before
Using Training, Training-Dev, Dev, and Test Sets for Different Questions
When you split data into training, training-dev, dev, and test sets, each split answers a different question. The training set measures how well the model fits the examples it was optimized on, the training-dev set estimates performance on data from the same source distribution as training, and the dev and test sets estimate performance on the distribution you ultimately care about.
0
1
Tags
Machine Learning
Deep Learning
Supervised Learning
Dive into Deep Learning @ D2L
Data Science
Machine Learning Strategy
Machine Learning Yearning @ DeepLearning.AI
Related
Using Training, Training-Dev, Dev, and Test Sets for Different Questions
Sizing a Training Development Set
What is the key difference between a training dev set and the training set?
Should the development set reflect the training data distribution?
A validation set should not _____ on the data used to fit the model.
Match each split component to its purpose in model development.
Order the steps for setting up and using a training-dev split.
Why keep a development subset separate when it comes from the same data source?
Find the mistake in a team’s proposed holdout evaluation plan.
Choosing the Size of a Monitoring Dev Set
Which split best creates a training dev set?
Does a training-dev set need to be the same size as the training set?
Learn After
Which dataset best measures how well a model handles new examples from the same distribution as its training data?
Training error is computed by evaluating the model on the same examples used to fit it.
Which Set Measures the Performance You Care About?
Match each dataset in the four-way evaluation setup to what it is mainly used to measure.
Order the evaluations used to move from training fit to the final assessment of performance on the target distribution.
Which dataset or datasets should be used to estimate how well a model will perform on the distribution you ultimately care about?
A training-dev set should come from the same distribution as the dev and test sets so it measures performance in the target environment.
Training-Distribution Development Set
Connect Each Dataset to Its Evaluation Purpose
Using the Four-Dataset Framework to Isolate the Main Weakness
How do the different datasets in a four-set evaluation scheme serve different diagnostic purposes?
What each split shows in a four-way classifier check
What the training dev set tells you