Decide whether a team should add noise reduction to already readable learning curves.
Case context: A team plots learning curves using a training set of more than 10,000 examples. The class distribution is not very skewed, and the underlying trends are already visible.
Question: Should the team average over multiple random subsets or construct balanced subsets? Diagnose the situation and justify the decision.
Sample answer: The team probably should not use either technique. Its initial learning curves already reveal the underlying trends, so excessive noise has not created the problem these methods address. The large training set and class distribution that is not very skewed provide further reason to expect that the techniques are unnecessary.
Key points:
- The underlying trends are already visible.
- Noise-reduction techniques are justified only after excessive noise is observed.
- The training set exceeds 10,000 examples.
- The class distribution is not very skewed.
- The techniques probably are unnecessary.
Rubric: The response should recommend against adding the techniques, cite the readability of the existing curves as the primary reason, and connect the large training set and non-skewed distribution to the source guidance.
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
When should you consider using techniques that reduce noise in learning curves?
Noise-reduction techniques should be applied before inspecting the initial learning curves.
Use noise-reduction techniques only if learning curves are too _____ to reveal underlying trends.
Match each learning-curve condition to its implication for noise-reduction techniques.
Order the decision process for using learning-curve noise-reduction techniques.
Explain why noise-reduction techniques should follow, rather than precede, an initial learning-curve plot.
Decide whether a team should add noise reduction to already readable learning curves.
What observation must justify averaging learning curves over multiple subsets?
Which dataset most strongly suggests that learning-curve noise reduction is unnecessary?
A large, not-very-skewed dataset usually removes the need for these noise-reduction techniques.