Home »
MCQs »
Keras MCQs
Which of the following layers in Keras is used for flattening the input?
31. Which of the following layers in Keras is used for flattening the input?
- Flatten layer
- Dropout layer
- Pooling layer
- Permute layer
Answer: A) Flatten layer
Explanation:
Flatten layer in Keras is used for flattening the input.