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?

  1. Pooling layer
  2. Repeatvector layer
  3. Permute layer
  4. Lambda layer

Answer: B) Repeatvector layer

Explanation:

RepeatVector layer will repeat the input a fixed number of times.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.