Which of the following methods is used to add layers in a sequential model?

🎲 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 of the following methods is used to add layers in a sequential model?