Question: Suppose in a convolutional layer, given an input image matrix x and a filter W , as follows: x = 1 , 0 , 0

Suppose in a convolutional layer, given an input image matrix x and a filter W, as follows:
x=
1,0,0,1,0
0,1,1,0,1
0,1,1,1,0
1,0,1,0,0
0,1,0,1,0
W=
-1,1
1,-1,1
1,1,-1
(a) Compute the output of this layer by convolutional operation using stride=1.(5pts)
(b) Compute the output after applying max-pooling layer (max-pooling size is 2 and stride=1) to the output you obtained from (a).
(5pts)
 Suppose in a convolutional layer, given an input image matrix x

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!