Learn Before
Diagnosing Speech Recognition Bias and Variance
Case context: You are developing a speech recognition neural network. The current model exhibits high avoidable bias on the training set. You decide to double the number of hidden layers to fix the bias, but after retraining, you notice that the model now suffers from high variance.
Question: Based on the principles of diagnosing and addressing bias/variance, what is the most appropriate next step to resolve the new variance issue without reverting your model size increase?
Sample answer: The most appropriate next step is to apply regularization techniques. Regularization will usually eliminate the increase in variance caused by the larger model size.
Key points:
- Doubling layers addressed the initial high avoidable bias.
- The size increase caused the model to overfit (high variance).
- Regularization is the recommended solution to eliminate this variance increase.
Rubric: Full credit given for correctly diagnosing the solution to the newly introduced variance as applying regularization.
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
What is a primary reason to increase a neural network's model size?
True or False: Increasing model size to reduce bias can also increase variance.
Fill in the blank: If increasing model size raises variance, _____ will usually eliminate it.
Match model adjustment terms with their descriptions.
Order the decision steps when addressing high avoidable bias.
Which structural change to a neural network increases its size to reduce bias?
True or False: Adding neurons is a way to reduce avoidable bias.
Fill in the blank: Increasing model size reduces _____ bias.
Match model properties with the effects of increasing model size.
Order the reasoning process for applying model size changes.
Analyze the Trade-offs of Increasing Model Size
Diagnosing Speech Recognition Bias and Variance
Effect of Model Size on Training Set Fit