Question: Consider the convolutional neural network defined by the layers in the left column below. Fill in the shape of the output volume and the number

Consider the convolutional neural network defined by the layers in the left column
below. Fill in the shape of the output volume and the number of parameters at each
layer. You can write the activation shapes in the format (H,W,C), where H,W,C are the
height, width and channel dimensions, respectively. Unless specified, assume padding 1,
stride 1 where appropriate. [38 points]
Notation :
CONV -N denotes a convolutional layer with N filters with height and width
equal
to x.
POOL-n denotes a nn max-pooling layer with stride of n and 0 padding.
FLATTEN flattens its inputs,
FC-N denotes a fully-connected layer with N neuronsConsider the convolutional neural network defined by the layers in the left column
below. Fill in the shape of the output volume and the number of parameters at each
layer. You can write the activation shapes in the format (H,W,C), where H,W,C are the
height, width and channel dimensions, respectively. Unless specified, assume padding 1,
stride 1 where appropriate. [38 points]
Notation :
CONVx-N denotes a convolutional layer with N filters with height and width
equal
tox.
POOL-n denotes ann max-pooling layer with stride ofn and 0 padding.
FLATTEN flattens its inputs,
FC-N denotes a fully-connected layer with N neurons(iii)(2 points) What is delz3dela ? Refer to this result as2(i).
(iv)(2 points) What is deladelz2? Refer to this result as3(i).
(v)(2 points) What is deladelz1? Refer to this result as4(i).
(vi)(2 points) What is delz1delW1?
(vii)(6 points) What is delJdelW1?It may help to reuse work from the previous parts.
Hint: Be careful with the shapes!
(viii)(10 points) Write down the update rules for W1,b1 and W2,b2 using simple gradient
descent with learning rate . All gradients should be expanded reusing work from
previous parts.
 Consider the convolutional neural network defined by the layers in the

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!