Home »
MCQs »
Keras MCQs
Which of the following methods is used to add layers in a sequential model?
20. Which of the following methods is used to add layers in a sequential model?
- Layers_add()
- Add_layers()
- Add()
- Layers()
Answer: C) Add()
Explanation:
Add() method is used to add layers in a sequential model.