We have a CNN that accepts 256x256 RGB (with red, green, and blue channels) input images, the network has three convolut

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

We have a CNN that accepts 256x256 RGB (with red, green, and blue channels) input images, the network has three convolut

Post by answerhappygod »

We have a CNN that accepts 256x256 RGB (with red, green,
and blue channels) input images, the network has three
convolutional layers with 5x5, 3x3 and 3x3 kernels, respectively.
All the layers have a stride of 1, and no padding. The first layer
outputs 20 feature maps, the middle layer outputs 30, and the last
layer outputs 40 feature maps.
What is the total number of parameters in the
CNN?
Please do not forget the bias for each convolutional layer.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply