
Answer-first summary for fast verification
Answer: Increase the number of training instances
The correct strategy is to increase the number of training instances, as this scenario is indicative of underfitting. The other options, such as dropout, L1, and L2 regularization, are techniques aimed at mitigating overfitting, not underfitting. For more insights, refer to [Machine Learning Mastery](https://machinelearningmastery.com/overfitting-and-underfitting-with-machine-learning-algorithms/).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
Your deep learning model for a classification task is showing low precision and recall scores. Which of the following strategies could potentially enhance these metrics?
A
Implement dropout
B
Apply L1 regularization
C
Increase the number of training instances
D
Utilize L2 regularization
No comments yet.