wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Deep Learning Batch 2

Total questions: 10

Worksheet time: 2mins

Name
Class
Date
1.

What is the primary goal of optimization in deep learning?

a)

A) To minimize the training error

b)

B) To maximize the generalization error

c)

C) To increase the model complexity

d)

) To reduce the number of layers

2.

Which of the following is a common issue with high variance in a model?

a)

A) Underfitting

b)

B) Overfitting

c)

C) High bias

d)

D) Low accuracy on training data

3.

What is the main advantage of Mini-Batch Gradient Descent over Batch Gradient Descent?

a)

A) It requires less memory

b)

B) It converges faster for large datasets

c)

C) It is less noisy

d)

D) It always reaches the global minimum

4.

Which of the following is true about the bias-variance trade-off?

a)

A) Increasing model complexity reduces bias but increases variance

b)

B) Increasing model complexity reduces both bias and variance

c)

C) Decreasing model complexity reduces bias but increases variance

d)

D) Decreasing model complexity reduces both bias and variance

5.

What is the primary purpose of early stopping in deep learning?

a)

A) To reduce the number of layers in the network

b)

B) To stop training when the validation error starts increasing

c)

C) To increase the learning rate

d)

D) To reduce the number of parameters in the model

6.

Which of the following is true about the Adagrad optimizer?

a)

A) It uses a fixed learning rate for all parameters

b)

B) It is less efficient than SGD

c)

C) It adapts the learning rate based on the history of gradients

d)

D) It does not use momentum

7.

What is the main challenge in deep learning related to data?

a)

A) Lack of computational power

b)

B) Overfitting due to small datasets

c)

C) The need for large amounts of data

d)

D) The complexity of neural networks

8.

Which of the following is a common technique for hyperparameter optimization?

a)

A) Grid search

b)

B) Early stopping

c)

C) Dropout

d)

D) Data augmentation

9.

What is the primary purpose of data augmentation in deep learning?

a)

A) To reduce the number of layers in the network

b)

B) To increase the size of the training dataset artificially

c)

C) To reduce the learning rate

d)

D) To increase the model complexity

10.

Which of the following is true about the RMSprop optimizer?

a)

A) It uses a fixed learning rate for all parameters

b)

B) It adapts the learning rate based on the magnitude of recent gradients

c)

C) It is less efficient than SGD

d)

D) It does not use momentum