wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

DL Quiz1

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

What do the gradients of backpropagation compute?

a)

Loss Function

b)

Profit Function

c)

Positive Function

d)

Negative Function

2.

Which rule is followed by the Backpropagation algorithm?

a)

Static Rule

b)

None

c)

Dynamic Rule

d)

Chain Rule

3.

Error rates are reduced in backpropagation due to _____________?

a)

Proper Tuning

b)

Iteration

c)

Generalization

d)

Improper Tuning

4.

How many layers does the backpropagation algorithm consist of?

a)

Zero

b)

Two

c)

Three

d)

One

5.

Which is not the layer of the Backpropagation algorithm?

a)

Input Layer

b)

Output Layer

c)

Hidden Layer

d)

Intermediate Layer

6.

Weights in backpropagation algorithms are updated _____________?

a)

Forward

b)

Backward

c)

a & b

d)

None

7.

What happens to the Cost function when it meets the termination condition?

a)

Maximize

b)

Minimize

c)

Increase

d)

Enhance

8.

Backpropagation can minimize ___________?

a)

Profit Function

b)

Positive Function

c)

Cost Function

d)

Negative Function

9.

What adjusts the parameters of models in neural networks?

a)

Backpropagation

b)

Channel Propagation

c)

Signal Propagation

d)

Front Propagation

10.

What is the role of the learning rate in the backpropagation process?

a)

To set the number of epochs

b)

To calculate the loss

c)

To adjust the number of layers

d)

To determine the speed of convergence

11.

What is a Perceptron in the context of neural networks?

a)

A type of activation function

b)

A single-layer neural network

c)

A deep learning framework

d)

A machine learning algorithm

12.

Which of the following is an example of an error function commonly used in training neural networks?

a)

Mean Squared Error (MSE)

b)

Gradient Descent

c)

Sigmoid Function

d)

ReLU Activation

13.

What is the main objective of optimization algorithms in neural network training?

a)

To minimize the training time

b)

To maximize the number of hidden layers

c)

To find the best initial weights and biases

d)

To minimize the error or loss function

14.

Backpropagation is a technique used for:

a)

Forward pass in neural networks

b)

Initializing weights in a neural network

c)

Calculating gradients and updating weights in a neural network

d)

Regularizing the weights in a neural network

15.

Which of the following is a common problem associated with overfitting in neural networks?

a)

High bias

b)

Low variance

c)

Generalization

d)

Poor performance on unseen data