
Explanation:
The correct answer is B. Expanding the training dataset exposes the model to a wider variety of examples, enhancing its ability to generalize and reducing overfitting. Simultaneously, reducing the number of input features simplifies the model, helping it focus on the most relevant patterns rather than memorizing noise.
Ultimate access to all questions.
No comments yet.
You're developing a deep learning model to predict the likelihood of a customer making a purchase on your ecommerce site. Initial evaluations show the model is overfitting with both training and test data. What steps can you take to improve the model's accuracy on new data?
A
Expand the training dataset and add more input features.
B
Expand the training dataset and reduce the number of input features.
C
Shrink the training dataset and add more input features.
D
Shrink the training dataset and reduce the number of input features.