Practice Test Geeks home

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