Question: Convolutional Neural Networks ( CNN ) for image understanding applications. The image has an input layer with 5 X 5 resolution, and the network includes

Convolutional Neural Networks (CNN) for image understanding applications. The image has an input layer with 5X5 resolution, and the network includes a convolution layer (C1), a MAX-Pooling layer (P1), and a fully-connected layer.
Given the input binary image , solve the following 3 problems:
a) Using a 2X2 filter as a convolution kernel, , determine the number of neurons needed in the convolutional layer.
b) Compute the output feature maps of the convolutional layer with the given 2X2 filter in Part (1). All intermediate computation steps must be shown, explicitly.
c) Use a 2X2 max-pooling layer with a stride distance of 2 to avoid overlapping. Compute the output feature map of the max-pooling layer.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!