MCQ
MCQ
(A) Rich
(B) Redundant
(C) Irrelevant
(D) Relevant
Ans:B
Ans:B
(C) It is accurate
Ans:D
4. The Manhattan distance between the two data points A(8,3) and B(4,3) will be which of the
following?
(A) 1
(B) 2
(C) 4
(D) 8
Ans:C
(A) 1
(B) 2
(C) 4
(D) 3
Ans:D
6. Between the input and output, which neural network has only one hidden layer?
Ans:A
7. In image classification, deep learning methods are _________ more accurate than
machine learning algorithms.
(A) 33%
(B) 0.37
(C) 0.4
(D) 0.41
Ans:D
8. Which strategy does not prevent a model from overfitting to the training data?
(A)Early stopping
(B)Dropout
(C)Data augmentation
(D)Pooling
Ans:B
9. _________is a pooling process that selects the most significant element from the feature map
region covered by the filter.
A. Max Pooling
B. Average Pooling
C. Global pooling
D. None of these
Ans : A
Ans:B
11. What is the name of the strategy for overcoming the Decay of Information over time in
RNN?
(A)Back Propagation
(B)Gradient Descent
(C)Activation
(D)Gating
Ans:D
12. Which Neural Network Model for Temporal Data is the best?
(A)Recurrent Neural Network
(B)Convolution Neural Networks
(C)Temporal Neural Networks
(D)Multi Layer Perceptrons
Ans:A
13. In a Convolution Neural Network, why is the Pooling Layer used? (A)They are of no use in
CNN.
(B)Dimension Reduction
(C)Object Recognition
(D)Image Sensing
Ans:B
Ans:C