CNN week 1 2nd assignment functional API

Hi SriSurya,

When you use the functional API, you are not creating a list of layers (as in the sequential API). Instead you are assigning a layer, or an application of a layer to a tensor, to a variable. And this a number of times so as to create your functional model. Think about what this means for the details of your code.

2 Likes