Which Keras layer would you use if you want to repeat the input a fixed number of times?

🎲 Try a Random Question  |  Total Questions in Quiz: 55  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Keras Practice Test — practice the complete quiz, review flashcards, or try a random question.

Keras is an open-source library that provides a Python interface for artificial neural networks. Keras acts as an interface for the TensorFlow library. Up until version 2.3, Keras supported multiple backends, including TensorFlow, Microsoft Cognitive Toolkit, Theano, and PlaidML


Which Keras layer would you use if you want to repeat the input a fixed number of times?