Diagnose a noisy learning-curve point from a ten-example subset.
Case context: A binary classification dataset contains many more negative than positive examples. A learning curve built from increasing random subset sizes shows an unexpected fluctuation at 10 examples. Inspection reveals that the 10-example subset contains only negative examples.
Question: What should the learner diagnose as the likely reason for the fluctuation, and why would this subset make meaningful learning difficult?
Sample answer: The learner should diagnose the 10-example subset as unrepresentative because the skewed class distribution allowed the random sample to contain only negative examples. With no positive examples represented, the algorithm has little opportunity to learn something meaningful about distinguishing the two classes, so the corresponding training and dev errors may fluctuate unexpectedly.
Key points:
- The subset is unrepresentative
- Class skew makes such a subset more likely
- The subset contains no positive examples
- Missing positive examples makes meaningful learning difficult
- The noisy point can result from random subset composition
Rubric: Full credit requires identifying class skew and random selection as the cause of the unrepresentative subset, noting the absence of positive examples, and connecting that absence to both difficult learning and a noisy curve value.
0
1
References
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Machine Learning Yearning (Deeplearning.ai)
Tags
Machine Learning
Deep Learning
Supervised Learning
Dive into Deep Learning @ D2L
Data Science
Machine Learning Strategy
Machine Learning Yearning @ DeepLearning.AI
Related
Averaging Learning Curves over Multiple Random Subsets
Balanced Subsets for Noisy Learning Curves in Skewed or Many-Class Data
Why can a learning-curve point fluctuate when it is based on a very small random training subset?
A small random subset can produce a learning-curve value that is higher or lower than expected.
A small subset with many ambiguous or mislabeled examples is unusually _____.
Match each small-subset condition to its learning-curve implication.
Order the reasoning used to diagnose a noisy point at a small training-set size.
Explain why small training subsets can make learning curves noisy.
Diagnose a noisy learning-curve point from a ten-example subset.
How do unusually good and bad small subsets affect learning-curve points?
Which dataset condition most increases the risk that a tiny random subset will be unrepresentative?
With many classes, a small random subset is less likely to be unrepresentative.