Practice: Convolution Examples
Contents
Practice: Convolution Examples#
Question 0#
What is the result of applying a convolution using this kernel on this image? Select the option the matches your answer.
Your Task
Select one option. Write your answer down in your own space.
Option 0
Option A
Option 1
Option B
Option 2
Option C
Option 3
Option D
Option 4
None of the above
Question 1#
Suppose I had an image with shape (6, 5)
and a kernel with shape (2, 3)
. Using this sliding window algorithm to do a convolution, how many rows will the result have?
Your Task
Write your answer down in your own space.
Question 2#
Suppose I had an image with shape (6, 5)
and a kernel with shape (2, 3)
. Using this sliding window algorithm to do a convolution, how many columns will the result have?
Your Task
Write your answer down in your own space.