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?

  1. Layers_add()
  2. Add_layers()
  3. Add()
  4. Layers()

Answer: C) Add()

Explanation:

Add() method is used to add layers in a sequential model.

Comments and Discussions!

Load comments ↻






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