1. Learn
  2. /
  3. Courses
  4. /
  5. Advanced Deep Learning with Keras

Exercise

Model summaries

In this exercise, you will take a closer look at the summary of one of your 3-input models available in your workspace as model. Note how many layers the model has, how many parameters it has, and how many of those parameters are trainable/non-trainable.

Instructions 1/3

undefined XP
    1
    2
    3

Question

How many total parameters does this model have?

Possible answers