Question: Consider the following simple CNN architecture: [ 6 Marks ] Input: 6 4 6 4 3 ( RGB image ) , Convolutional Layer 1 :
Consider the following simple CNN architecture:
Marks
Input: RGB image
Convolutional Layer : filters of size stride padding 'valid'
Batch Normalization Layer: Applied after Conv Layer
Pooling Layer : Max pooling with filter size stride padding 'valid'
Convolutional Layer : filters of size stride padding 'valid'
Pooling Layer : Average pooling with filter size stride padding valid'
Flatten, Fully Connected Layer: neurons
Output Layer: neurons for classification
For each layer of the architecture, calculate the number of the feature maps neurons, size of the feature maps, trainable parameters, and
nontrainable parameters?
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
