Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1. Suppose we have an image of 3x32x32. This means the image has three channels (possibly RGB) each of dimensions 32x32. If we apply one

image text in transcribed

1. Suppose we have an image of 3x32x32. This means the image has three channels (possibly RGB) each of dimensions 32x32. If we apply one convolutional filter of 3x3 to this image then the filter will have dimensions 3x3x3 because the image has three channels. We apply each channel of the convolutional filter to the corresponding channel in the image. As an example consider an image below of 2x5x5, in other words 2 channels each of 5x5, and one convolutional filter of dimensions 2x3x3. N 3 7 2 1 co 4 10 4 2 -1 -1 1 -19-18 ? -1 1 .1 4 5 8 9 2 ? ? ? 5 1 -1 6 7 2 1 ? ? ? -4 3 ? 6 9 5 0 4 ? 2 ? 1 7 4 8 9 ? ? ? -1 1 1 15 15 ? 4 6 3 1 0 1 1 1 1 ? ? ? 0 0 4 2 6 2 132 -1 1 1 ? ? ? 1 8 1 1 3 7 0 What about the activation? Do we activate before or after averaging? Usually it is after averaging. In the above case the activation would give -1 and -1 in the final output of the convolution

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

Fundamentals Of Database Systems

Authors: Ramez Elmasri, Shamkant B. Navathe

7th Edition Global Edition

1292097612, 978-1292097619

More Books

Students also viewed these Databases questions

Question

3. You can gain power by making others feel important.

Answered: 1 week ago

Question

How do Dimensional Database Models differ from Relational Models?

Answered: 1 week ago

Question

What type of processing do Relational Databases support?

Answered: 1 week ago

Question

Describe several aggregation operators.

Answered: 1 week ago