Home »
MCQs »
Keras MCQs
Which Keras layer would you use if you want to repeat the input a fixed number of times?
34. Which Keras layer would you use if you want to repeat the input a fixed number of times?
- Pooling layer
- Repeatvector layer
- Permute layer
- Lambda layer
Answer: B) Repeatvector layer
Explanation:
RepeatVector layer will repeat the input a fixed number of times.