Your company built a TensorFlow neutral-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. What method can you employ to address this?
- AThreading
- BSerialization
- CDropout Methods (correct answer)
- DDimensionality Reduction
Reveal answer & explanationHide answer
The correct answer is C. Option C: Dropout Methods.