Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Suppose you have a convolutional network with the following architecture: The input is an RGB image of size 2 5 6 times 2 5

Suppose you have a convolutional network with the following architecture:
The input is an RGB image of size 256\times 256.
The first layer is a convolution layer with 32 feature maps and filters of size 3\times 3.
It uses a stride of 1, so it has the same width and height as the original image.
The next layer is a pooling layer with a stride of 2(so it reduces the size of each
dimension by a factor of 2) and pooling groups of size 3\times 3.
Determine the size of the receptive field for a single unit in the pooling layer. (I.e.,
determine the size of the region of the input image which influences the activation of
that unit.) You may assume the receptive field lies entirely within the image. Hint:
you may want to draw a one-dimensional conv net to reason about this problem

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

Recommended Textbook for

SQL Server Query Performance Tuning

Authors: Sajal Dam, Grant Fritchey

4th Edition

1430267429, 9781430267423

More Books

Students also viewed these Databases questions