Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Let us introduce the following setting. Denote by CNN ( in _ { ch } , out _ { ch } , kernel = (

Let us introduce the following setting. Denote by CNN(in_{ch}, out_{ch}, kernel =(k_h, k_w), stride =(s_w,s_h), padding =(p_w, ph)) the convolutional layer. Here, we use the following notations: in_{ch}- the number of input channels, out_{ch}- the number of output channels, kernel - dimensions of the convolutional kernel (k_h - height, k_w - width), stride - convolution pixel step (two dimensions), padding - number of pixels in two dimensions that are placed to expand the boundary of the input. For further convenience, let us use one value in the case if the two dimensions that are placed to expand the boundary of the input. For further convenience, let us use the one value in the case if the two dimensional parameter takes equal values in each of its dimensions, e.g. kernel =3 means kernel =(3,3). After convolutional layer we use some nonlinear function, as it is supposed to be. To conclude, CNN() is introduced in the most standardized way, as it seems possible. Also let us consider the standard max polling layer, with kernel size 2x2 and denoted by MLP. Therefore the setting is complete. Consider the following neural network diagram.
CNN(3,8,3,1,0)-> MPL -> CNN(8,16,(1,3),1,0)-> CNN(16,16,(3,1),1,2)-> MLP.
We put through this model one tensor of form (3,32,32)(channel, height, width). After that we flatten the output. Thus we get the 1-d vector. What is the length of this vector?
a)400
b)784
c)1024
d)1408

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

Step: 3

blur-text-image

Ace Your Homework with AI

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

Get Started

Students also viewed these Databases questions

Question

What are the attributes of a technical decision?

Answered: 1 week ago

Question

How do the two components of this theory work together?

Answered: 1 week ago