Consider the following layers in a convolutional neural network (CNN) for grayscale images, connecting one layer of neur
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Consider the following layers in a convolutional neural network (CNN) for grayscale images, connecting one layer of neur
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.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!