I am trying to understand each layer of Keras while implementing CNN.
In Conv2D layer i understand that it creates different convolution layer depending on various feature map values.
Now, My question is that
- Can i see different feature map matrix that are applied on input image to get the convolution layer
- Can i see the value of matrix that is generated after completion of Conv2D step.
Thanks in advance