SCSA3015 Deep Learning Quiz For IV Year (Batch 2019 - 2023)
SCSA3015 Deep Learning Quiz For IV Year (Batch 2019 - 2023)
Dashboard
/
Courses
/
SCHOOL OF COMPUTING
/
ODD SEMESTER
/
SCSA3015
/
General
/
SCSA3015 Deep Learning Quiz for IV year (Batch 2019 - 2023)
Question 1
a. Filtration
b. Image Acquisition
c. Image Enhancement
d. Image Restoration
Clear my choice
Question 2
Choose
the best deep learning methods used for object recognition
a.
Restricted
Boltzmann Machine
b.
Convolutional
Network, And Stacked Auto Encoder
c.
All of
the Above
d.
Deep
Belief Networks
Clear my choice
https://sathyabama.cognibot.in/mod/quiz/attempt.php?attempt=1449435&cmid=76519 1/15
10/23/22, 6:20 PM SCSA3015 Deep Learning Quiz for IV year (Batch 2019 - 2023)
Question 3
Clear my choice
Question 4
a.
All weights assigned values
specific to the application in hand
b.
All weights set to zero
Clear my choice
https://sathyabama.cognibot.in/mod/quiz/attempt.php?attempt=1449435&cmid=76519 2/15
10/23/22, 6:20 PM SCSA3015 Deep Learning Quiz for IV year (Batch 2019 - 2023)
Question 5
a.
Non-Servo
b. Open Loop
c. Intelligent
d. Mobile
Clear my choice
Question 6
A generative model to
generate raw audio signal is
a. Word2audio
b.
NLP
c.
Word2Vec
d. WaveNet
Clear my choice
https://sathyabama.cognibot.in/mod/quiz/attempt.php?attempt=1449435&cmid=76519 3/15
10/23/22, 6:20 PM SCSA3015 Deep Learning Quiz for IV year (Batch 2019 - 2023)
Question 7
What is a faceprint?
Clear my choice
Question 8
a.
Generative Adversarial
Networks
b.
Sigmoid activation
c. RMSprop optimizer
d. Dropout
Clear my choice
https://sathyabama.cognibot.in/mod/quiz/attempt.php?attempt=1449435&cmid=76519 4/15
10/23/22, 6:20 PM SCSA3015 Deep Learning Quiz for IV year (Batch 2019 - 2023)
Question 9
a. Handling Ambiguity of
Sentences
A. Handling Ambiguity of
Sentences
b. Handling POS-Tagging
c. None of these
d. Handling Tokenization
Clear my choice
Question 10
a. When the values of a gradient are too big and the model joins in a loop because of that.
b. When the values of a gradient are too big and the model stops learning or takes way too long because of that.
c. When the values of a gradient are too small and the model stops learning or takes way too long because of that.
d. When the values of a gradient are too small and the model joins in a loop because of that.
Clear my choice
https://sathyabama.cognibot.in/mod/quiz/attempt.php?attempt=1449435&cmid=76519 5/15
10/23/22, 6:20 PM SCSA3015 Deep Learning Quiz for IV year (Batch 2019 - 2023)
Question 11
Let us assume we
implement an AND function to a single neuron. Below is a tabular representation
of an AND function:
X1 X2 X1 AND X2
0 0 0
0 1 0
1 0 0
1 1 1
(Hint: For which values of w1, w2 and b does our neuron implement an AND
function?)
a.
Bias = -1.5, w1 = 1, w2 = 1
b. Bias = 1.5, w1 = 2, w2 = 2
c. None of these
Clear my choice
Question 12
b. Adversarial Training
c.
Non-Saturating Cost Method
d.
Input Optimization Method
Clear my choice
https://sathyabama.cognibot.in/mod/quiz/attempt.php?attempt=1449435&cmid=76519 6/15
10/23/22, 6:20 PM SCSA3015 Deep Learning Quiz for IV year (Batch 2019 - 2023)
Question 13
For an
image recognition problem (recognizing a cat in a photo), which architecture of
neural network would be better suited to solve the
problem?
a. Recurrent
Neural network
b.
Perceptron
c.
Multi
Layer Perceptron
d.
Convolutional Neural Network
Clear my choice
Question 14
Select one:
True
False
Question 15
a.
The total number of
parameters depends on the stride.
b.
The number of weights
depends on the depth of the input volume.
c.
The number of biases is
equal to the number of filters.
https://sathyabama.cognibot.in/mod/quiz/attempt.php?attempt=1449435&cmid=76519 7/15
10/23/22, 6:20 PM SCSA3015 Deep Learning Quiz for IV year (Batch 2019 - 2023)
Question 16
a.
Dendrite
b. Axon
c. Synapse
d. Soma
Clear my choice
Question 17
Consider a Generative
Adversarial Network (GAN) which successfully produces images of apples. Which
of the following propositions is false?
a.
The generator can produce
unseen images of apples.
b.
The discriminator can be
used to classify images as apple vs. non-apple.
c.
The generator aims to learn
the distribution of apple images.
d.
After training the GAN, the
discriminator loss eventually reaches a constant value.
Clear my choice
https://sathyabama.cognibot.in/mod/quiz/attempt.php?attempt=1449435&cmid=76519 8/15
10/23/22, 6:20 PM SCSA3015 Deep Learning Quiz for IV year (Batch 2019 - 2023)
Question 18
a. None of these
b.
63*25
c. 64*24
d. 64*26
Question 19
Successful
applications of Machine Learning
a.
Learning to
recognize spoken words
Clear my choice
https://sathyabama.cognibot.in/mod/quiz/attempt.php?attempt=1449435&cmid=76519 9/15
10/23/22, 6:20 PM SCSA3015 Deep Learning Quiz for IV year (Batch 2019 - 2023)
Question 20
A generative model to
generate raw audio signal is
a.
Word2audio
b.
NLP
c.
WaveNet
d.
Word2Vec
Clear my choice
Question 21
a. When the algorithm assigns a stupidly high importance to the weights, because the better features
b. When the algorithm assigns a stupidly high importance to the weights, when your dataset is too big
c. When the algorithm assigns a stupidly high importance to the weights, when your data is too small
d. When the algorithm assigns a stupidly high importance to the weights, without much reason
Clear my choice
https://sathyabama.cognibot.in/mod/quiz/attempt.php?attempt=1449435&cmid=76519 10/15
10/23/22, 6:20 PM SCSA3015 Deep Learning Quiz for IV year (Batch 2019 - 2023)
Question 22
b. Batchnorm is a non-linear
transformation to center the dataset around the origin
c.
Batchnorm makes training
faster.
d.
In Batchnorm, the mean is
computed over the features.
Clear my choice
Question 23
Consider a 2D filter
convolution over a 3D input. What would be the dimension of the output?
a. 3
b. 2
c. 4
d. 1
Clear my choice
Question 24
a. RNN
b. Vanishing Gradient
c. LSTM
d. Exploding Gradients
Clear my choice
https://sathyabama.cognibot.in/mod/quiz/attempt.php?attempt=1449435&cmid=76519 11/15
10/23/22, 6:20 PM SCSA3015 Deep Learning Quiz for IV year (Batch 2019 - 2023)
Question 25
a. 4
b. 3
c. 1
d. 2
Clear my choice
Question 26
a. None of these
b. ReLU
c. Tanh
d. Leaky ReLU
Clear my choice
Question 27
a. Detection of exotic
particles
b. Protein structure
prediction
c. Prediction of
chemical reactions
Clear my choice
https://sathyabama.cognibot.in/mod/quiz/attempt.php?attempt=1449435&cmid=76519 12/15
10/23/22, 6:20 PM SCSA3015 Deep Learning Quiz for IV year (Batch 2019 - 2023)
Question 28
Clear my choice
Question 29
Clear my choice
https://sathyabama.cognibot.in/mod/quiz/attempt.php?attempt=1449435&cmid=76519 13/15
10/23/22, 6:20 PM SCSA3015 Deep Learning Quiz for IV year (Batch 2019 - 2023)
Question 30
a. ROC
b.
Log loss
c.
Mean square loss
d.
Mean square loss
Clear my choice
Jump to...
https://sathyabama.cognibot.in/mod/quiz/attempt.php?attempt=1449435&cmid=76519 14/15
10/23/22, 6:20 PM SCSA3015 Deep Learning Quiz for IV year (Batch 2019 - 2023)
💻📚 e-Resources
INFO
Facebook
Twitter
Instagram
YouTube
Sathyabama Staff Forum
Course Material
GET SOCIAL
Copyright © 2022
https://sathyabama.cognibot.in/mod/quiz/attempt.php?attempt=1449435&cmid=76519 15/15