Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started