PROFESSIONAL-DATA-ENGINEER · Question #280
You are developing a new deep learning model that predicts a customer's likelihood to buy on your ecommerce site. After running an evaluation of the model against both the original training data and n
The correct answer is B. Increase the size of the training dataset, and decrease the number of input features.. Explanation/Reference: Feature selection is the one the ways to resolve overfitting. Which means reducing the features when the size of the training data is small, then the network tends to have greater control over the training data. so increasing the size of data would help. ht
Question
Options
- AIncrease the size of the training dataset, and increase the number of input features.
- BIncrease the size of the training dataset, and decrease the number of input features.
- CReduce the size of the training dataset, and increase the number of input features.
- DReduce the size of the training dataset, and decrease the number of input features.
How the community answered
(23 responses)- A4% (1)
- B74% (17)
- C13% (3)
- D9% (2)
Explanation
Explanation/Reference: Feature selection is the one the ways to resolve overfitting. Which means reducing the features when the size of the training data is small, then the network tends to have greater control over the training data. so increasing the size of data would help. https://docs.aws.amazon.com/machine-learning/latest/dg/model-fit-underfitting-vs-overfitting.html
Topics
Community Discussion
No community discussion yet for this question.