Home »
MCQs »
Keras MCQs
which Keras layer would you use if you want to reduce overfitting in neural network models?
32. which Keras layer would you use if you want to reduce overfitting in neural network models?
- Pooling layer
- Dropout layer
- Permute layer
- Lambda layer
Answer: B) Dropout layer
Explanation:
We will use the Dropout layer if we want to reduce overfitting in neural network models.