1. Learn
  2. /
  3. Courses
  4. /
  5. Image Processing with Keras in Python

Exercise

How many parameters in a deep CNN?

In this exercise, you will use Keras to calculate the total number of parameters along with the number of parameters in each layer of the network.

We have already provided code that builds a deep CNN for you.

Instructions

100 XP

Summarize the network, providing a count of the number of parameters.