wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Deep Learning Quiz

Total questions: 12

Worksheet time: 7mins

Name
Class
Date
1.

What if the learning rate is too high?

a)

Model is difficult to converge

b)

Model consumes more computational resources

c)

Model takes longer time to converge

d)

Model is difficult to generalize

2.

Which of the following is NOT supervised learning?

a)

Decision Tree

b)

Linear Regression

c)

Naive Bayes

d)

Clustering

3.

A Machine Learning method that is concerned with how software agents should take actions in an environment is

a)

Reinforcement learning

b)

semi- supervised learning

c)

unsupervised learning

d)

supervised learning

4.

What is the objective of backpropagation algorithm?

a)

to develop learning algorithm for multilayer feedforward neural network

b)

to develop learning algorithm for single layer feedforward neural network

c)

to propagate the computed loss to compute gradient

d)

all the mentioned

5.

The algorithm creates a line or a hyperplane which separates the data into classes and also suitable for classification and regression

a)

K-means clustering

b)

Support vector machine

c)

Bayesian inference

d)

perceptron

6.

___________uses the processing of the brain as a basis to develop algorithms that can be used to model complex patterns and prediction problems.

a)

ANN

b)

CNN

c)

RNN

d)

KNN

7.

How many possible layers can be there in deep neural network

a)

1

b)

≥ 50

c)

10

d)

no limit

8.

The number of nodes in the input layer is 10 and the hidden layer is 5. The maximum number of connections from the input layer to the hidden layer are

a)

50

b)

Less than 50

c)

More than 50

d)

It is an arbitrary value

9.

In a simple MLP model with 8 neurons in the input layer, 5 neurons in the hidden layer and 1 neuron in the output layer. What is the size of the weight matrices between hidden output layer and input hidden layer?

a)

[1 X 5] , [5 X 8]

b)

[8 X 5] , [ 1 X 5]

c)

[8 X 5] , [5 X 1]

d)

[5 x 1] , [8 X 5]

10.

The most suitable activation function for hidden layer

a)

Sigmoid

b)

Softmax

c)

ReLu

d)

tanh

11.

__________________________ is a branch of machine learning that uses data, loads and loads of data, to teach computers how to do things only humans were capable of before.

a)

Supervised Learning

b)

Deep Learning

c)

Unsupervised Learning

12.
What are ANNs used for?
a)
Reproduce Human Spinal Functions
b)
Reproduce Human Foot Functions
c)
Reproduce Human Nervous System
d)
Reproduce Human Brain Functions