Expected trend of dev-set error
Question: What is the expected behavior of the dev-set error when the size of the training set is increased?
Sample answer: The dev-set error is expected to decrease as the training set size increases.
Key points:
- Dev-set error decreases.
- Training set size increases.
Rubric: The answer accurately reflects the principle that adding more training data should result in a lower dev-set error.
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
According to Machine Learning Yearning, what happens to dev-set error as training set size increases?
True or False: As the training set size increases, the dev-set error is expected to decrease.
As training-set size increases, dev-set error should _____.
Match each learning curve concept to its correct description.
Order the steps to generate and interpret a dev-set learning curve.
A team trains on 1,000 examples and gets 18% dev-set error. After adding 9,000 more training examples, what should they expect?
True or False: Rising dev-set error as training set size grows is the normal expected behavior in Machine Learning Yearning.
The learning curve for dev-set error plots _____ on the y-axis against training set size on the x-axis.
Match each observed learning curve behavior to its correct interpretation.
Order the reasoning steps for deciding whether to collect more training data based on the dev-set learning curve.
Explain the relationship between training set size and dev-set error.
Diagnosing a team's learning curve trend
Expected trend of dev-set error