Question 6
Let an input to a convolutional layer in a CNN have size Df × Df × M where Df = 32 and M = 100, and output feature map (after passing input through conv layer) has Df × Df × N size where N = 64. Let the kernel in the conv layer be k × k where k = 5. Calculate the number of parameters for this convolution layer. (Assume appropriate padding is applied for all convolutions so the input and output sizes are equal. Ignore the bias term in the calculation)._________________