wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Review of Machine Learning

Total questions: 23

Worksheet time: 12mins

Name
Class
Date
1.

What is Machine Learning?

a)

The process of teaching computers to perform tasks without explicitly programmed instructions.

b)

The study of algorithms that can improve automatically through experience.

c)

Machine learning allows computers to learn and infer from data.

d)

The process of teaching computers to perform tasks using physical movements and sensors.

2.

Types of Machine Learning:

a)

Supervised Learning and Unsupervised Learning

b)

Deep Learning, Natural Language Processing, and Computer Vision

c)

Genetic Algorithms, Neural Networks, and Decision Trees

d)

Reinforcement Learning, Dimensionality Reduction, and Clustering

3.

In Supervised Data points have:

a)

known outcome

b)

a category

c)

continuous (numerical)

d)

unknown outcome

4.

In unSupervised Data points have:

a)

known outcome

b)

unknown outcome

c)

continuous (numerical)

d)

a category

5.

In regression Outcome is:

a)

have known outcome

b)

continuous (numerical)

c)

unknown outcome

d)

a category

6.

In classification Outcome is

a)

continuous (numerical)

b)

unknown

c)

known

d)

a category

7.

Target:

a)

the target value for a single data point

b)

properties of the data used for prediction (non-target columns)

c)

predicted category or value of the data (column to predict)

d)

a single data point within the data (one row)

8.

Features:

a)

predicted category or value of the data (column to predict)

b)

properties of the data used for prediction (non-target columns)

c)

a single data point within the data (one row)

d)

the target value for a single data point

9.

Example:

a)

predicted category or value of the data (column to predict)

b)

properties of the data used for prediction (non-target columns)

c)

a single data point within the data (one row)

d)

the target value for a single data point

10.

Label:

a)

predicted category or value of the data (column to predict)

b)

properties of the data used for prediction (non-target columns)

c)

a single data point within the data (one row)

d)

the target value for a single data point

11.

Target:

a)

Response, Output, Dependent Variable, Labels

b)

Predictors, Input, Independent Variables, Attributes

c)

Observation, Record, Instance, Datapoint, Row

d)

Answer, y-value, Category

12.

Features:

a)

Response, Output, Dependent Variable, Labels

b)

Predictors, Input, Independent Variables, Attributes

c)

Observation, Record, Instance, Datapoint, Row

d)

Answer, y-value, Category

13.

Example:

a)

Response, Output, Dependent Variable, Labels

b)

Predictors, Input, Independent Variables, Attributes

c)

Observation, Record, Instance, Datapoint, Row

d)

Answer, y-value, Category

14.

Label:

a)

Response, Output, Dependent Variable, Labels

b)

Predictors, Input, Independent Variables, Attributes

c)

Observation, Record, Instance, Datapoint, Row

d)

Answer, y-value, Category

15.

Types of Classification Predictions: Hard Prediction:

a)

Predict a single category for each instance.

b)

Rank the instances from most likely to least likely. (binary classification)

c)

Assign a probability distribution across the classes to each instance.

16.

Types of Classification Predictions: Ranking Prediction:

a)

Predict a single category for each instance.

b)

Rank the instances from most likely to least likely. (binary classification)

c)

Assign a probability distribution across the classes to each instance.

17.

Types of Classification Predictions: Probability Prediction:

a)

Predict a single category for each instance.

b)

Rank the instances from most likely to least likely. (binary classification)

c)

Assign a probability distribution across the classes to each instance.

18.

Metrics for Classification: Hard Prediction:

a)

Accuracy, Precision, Recall (Sensitivity), Specificity, F1 Score

b)

AUC (ROC), Precision-Recall Curves

c)

Log-loss (aka Cross-Entropy), Brier Score

19.

Metrics for Classification: Ranking Prediction:

a)

Accuracy, Precision, Recall (Sensitivity), Specificity, F1 Score

b)

AUC (ROC), Precision-Recall Curves

c)

Log-loss (aka Cross-Entropy), Brier Score

20.

Metrics for Classification: Probability Prediction:

a)

Accuracy, Precision, Recall (Sensitivity), Specificity, F1 Score

b)

AUC (ROC), Precision-Recall Curves

c)

Log-loss (aka Cross-Entropy), Brier Score

21.

Metrics for Regression:

a)

Accuracy and Precision

b)

Mean Squared Error (MSE) and F1 score

c)

Root Mean Square Error (RMSE) and Mean Absolute Deviation (MAD)

d)

R-squared and Recall

22.

Using Training and Test Data: Training data:

a)

The training data is used to validate the model's performance.

b)

The training data is used to assess the model's generalization to unseen data.

c)

to fit the model

d)

The training data is used to fine-tune the hyperparameters of the model.

23.

Using Training and Test Data: Test data:

a)

The test data is used to build and train the model.

b)

The test data is used to validate the model's performance.

c)

measure performance (predict label with model/ compare with actual value /measure error)

d)

The test data is used to fine-tune the hyperparameters of the model.