wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Model Tuning Quiz

Total questions: 18

Worksheet time: 10mins

Name
Class
Date
1.

A model can be seen as a combination of :

a)

Hyperparameters

b)

Algorithm

c)

Training Data

d)

Testing Data

2.

To validate a model, you use the :

a)

Correcting set

b)

Running set

c)

Testing set

d)

Training set

3.

Model Tuning is the process of maximizing a model's performance by changing its (a)  

4.

Model tuning is :

a)

a try-and-go process

b)

a trial-and-error process

c)

a choose-and-buy process

d)

a satisfy-and-test process

5.

The Ideal model have :

a)

Low Variance

b)

High Variance

c)

Low Bias

d)

High Bias

6.

A model that "might always do good prediction, but never great prediction" have :

a)

High Variance and High Bias

b)

High Variance and Low Bias

c)

Low Variance and High Bias

d)

Low Variance and Low Bias

7.

A model that "might do great sometimes, but it also might do terrible" have :

a)

High Variance and High Bias

b)

High Variance and Low Bias

c)

Low Variance and High Bias

d)

Low Variance and Low Bias

8.

Bias represents ________ on a model's results due to erroneous assumptions in the machine learning process.

a)

a systematic error

b)

an occasional error

9.

Variance, is a type of error that occurs due to a model's _____ to fluctuations in the training set.

a)

rigidity

b)

sensitivity

10.

High variance would cause an algorithm to model the noise in the training set. This is most commonly referred to as over (a)  

11.

The Goal of model tuning is to find a model :

a)

That is at least 95% accurate on the training data set

b)

That takes less than 30 minutes to train and validate

c)

That makes you feel like you are a true machine learning expert

d)

That is at the sweet spot between a simple working model and a very complex one

12.

Write down one mean for model tuning :

(a)  

13.

To which means this definition fits :


Optimization method that allow us to test a range of hyperparameters and to compare performances in order to deduce the best setting.

a)

Grid Search

b)

Grid Validation

c)

Cross Search

d)

Cross Validation

14.

To which means this definition fits :


Technique used to test the effectiveness of a machine learning models and get more information about our algorithm performance.

a)

Grid Search

b)

Grid Validation

c)

Cross Search

d)

Cross Validation

15.

A collection of individual models that learn to predict a target by combining their strengths and avoiding the weaknesses of each is called :

a)

A Collection

b)

A Group

c)

An Ensemble

d)

A Fusion

16.

Bagging :

a)

Is a parallel ensemble

b)

Is a sequential ensemble

c)

Aim to decrease variance, not bias

d)

Aim to decrease bias, not variance

17.

Boosting :

a)

Is a circular ensemble

b)

Is a sequential ensemble

c)

Aim to decrease variance, not bias

d)

Aim to decrease bias, not variance

18.

Hyperparameters are :

a)

Automatically set and adjusted

b)

Arbitrarily set and adjusted