Question: Consider the following DNN for image classification for a dataset that consists of RGB images of size 3 2 x 3 2 . model =
Consider the following DNN for image classification for a dataset that consists of RGB
images of size x
model models.Sequential
# Layer
model.addlayersDense activation'relu',inputshapeA
# Layer
model.addlayersDense activation'relu'
# Layer
model.addlayersDense activation'relu'
# Layer
model.addlayersDenseB activationC
model.compileoptimizer sgd loss D metricsaccuracy
A What is the input shape A in Layer or
B What will be the value of B activation function C and loss D if the
total number of classes in the dataset is
i sigmoid, binarycrossentropy
ii softmax, categoricalcrossentropy
C What will be the total number of parameters in Layer Layer and Layer If a
dropout layer of value is added after Layer what will be the change in the
number of parameters?
Layer
Layer
Layer
Total
No change in the number of parameters if dropout is added.
No of Pages
No of Questions
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
