PROFESSIONAL-DATA-ENGINEER · Question #1
Your company built a TensorFlow neural-network model with a large number of neurons and layers. The model fits well for the training data. However, when tested against new data, it performs poorly. Wh
The correct answer is C. Dropout Methods. Explanation/Reference: Bad performance of a model is either due to lack of relationship between dependent and independent variables used, or just overfit due to having used too many features and/or bad features. Dropout Methods can show which features are bad. E.g. if it is one f
Question
Options
- AThreading
- BSerialization
- CDropout Methods
- DDimensionality Reduction
How the community answered
(37 responses)- A8% (3)
- B3% (1)
- C73% (27)
- D16% (6)
Explanation
Explanation/Reference: Bad performance of a model is either due to lack of relationship between dependent and independent variables used, or just overfit due to having used too many features and/or bad features. Dropout Methods can show which features are bad. E.g. if it is one feature causing bad performance, then the dropout method will show it, so you can remove it from the model and retrain it.
Topics
Community Discussion
No community discussion yet for this question.