Google News
logo
Deep Learning - Quiz(MCQ)
A)
1943
B)
1962
C)
1978
D)
1989

Correct Answer : Option (A) :   1943


Explanation : The history of deep learning dates back to 1943 when Warren McCulloch and Walter Pitts created a computer model based on the neural networks of the human brain.

A)
Ilya Sutskever
B)
David Rumelhart
C)
Alex Krizhevsky
D)
Frank Rosenblatt

Correct Answer : Option (D) :   Frank Rosenblatt


Explanation : We conclude that Frank Rosenblatt developed and explored all the basic ingredients of the deep learning systems of today, and that he should be recognized as a Father of Deep Learning, perhaps together with Hinton, LeCun and Bengio who have just received the Turing Award as the fathers of the deep learning revolution.

A)
2
B)
3
C)
4
D)
5

Correct Answer : Option (B) :   3


Explanation : Deep learning algorithms are constructed with 3 connected layers :
* inner layer
* outer layer
* hidden layer

A)
SciPy
B)
Numpy
C)
Deep learning
D)
All of the above

Correct Answer : Option (C) :   Deep learning


Explanation : Deep learning is a computer software that mimics the network of neurons in a brain. It is a subset of machine learning and is called deep learning.

A)
hidden layer
B)
outer layer
C)
inner layer
D)
None of the above

Correct Answer : Option (C) :   inner layer


Explanation : The first layer is called the Input Layer. The last layer is called the Output Layer. All layers in between are called Hidden Layers.

A)
a more precise but slower update.
B)
a less precise but faster update.
C)
a less precise and slower update.
D)
a more precise and faster update.

Correct Answer : Option (A) :   a more precise but slower update.

A)
Dropout
B)
Pooling
C)
Early stopping
D)
Data augmentation

Correct Answer : Option (B) :   Pooling

A)
Protein structure prediction
B)
Detection of exotic particles
C)
Prediction of chemical reactions
D)
All of the above

Correct Answer : Option (D) :   All of the above


Explanation : We can use neural network to approximate any function so it can theoretically be used to solve any problem.

A)
It can be used for feature pooling
B)
It can help in dimensionality reduction
C)
It suffers less overfitting due to small kernel size
D)
All of the above

Correct Answer : Option (D) :   All of the above


Explanation : 1×1 convolutions are called bottleneck structure in CNN.

A)
Recurrent Neural Networks
B)
Report Neural Networks
C)
Receives Neural Networks
D)
Recording Neural Networks

Correct Answer : Option (A) :   Recurrent neural networks


Explanation : Recurrent neural networks (RNNs) : RNN is a multi-layered neural network that can store information in context nodes, allowing it to learn data sequences and output a number or another sequence.