Question 8
A convolution operation is applied to an input image of size 64x64 using a single 3x3 filter. The convolution uses: Kernel size = 3x3• Padding = 1• Stride = 1• What will be the size of the output feature map produced by this filter?
62x62
64x64
66x66
60x60