Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Larry Ellison Database Genius Of Oracle

Authors: Craig Peters

1st Edition

0766019748, 978-0766019744

More Books

Students also viewed these Databases questions