CNN - Convolutional Neural Networks Practice Test
CNN - Convolutional Neural Networks Convolutional Layer Operations Questions and Answers
A convolutional layer in a CNN has an input of size 64x64x16.
It uses 32 filters, each of size 3x3, a stride of 1, and 'same' padding.
What is the dimensionality of the output feature map?
Select your answer
A
64x64x16
B
62x62x32
C
64x64x32
D
32x32x32
Hint