Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Question 1 . [ 1 + 1 * 2 + 2 + 1 = 6 marks ] Consider the following DNN for image classification for
Question marks
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
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
ii
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?
D What is the difference between kernel regularizers and activity regularizers?
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