Consider the following layers in a convolutional neural network (CNN) for grayscale images, connecting one layer of neur
Posted: Mon May 02, 2022 6:43 am
Consider the following layers in a convolutional neural network (CNN) for grayscale images, connecting one layer of neurons to the previous layer of neurons. Compute the number of parameters to be learned during training? a) A convolutional layer with 10 neurons with 3 x 3 kernels connected to another convolutional layer with 10 neurons. b) A max-pooling layer that reduces a 10 x10 feature maps to 5 x 5 c) A convolutional layer with 8 neurons with 5 x 5 kernels connected to another convolutional layer with 5 neurons. d) A fully-connected (dense) layer of 20 hidden neurons connected to another dense layer with 40 hidden neurons.