wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Machine Learning

Total questions: 12

Worksheet time: 9mins

Name
Class
Date
1.

What is Machine Learning? (Choose 3 Answers)

a)

Artificial Intelligence

b)

Computer algorithms improving over time with experience

c)

Rocket Science

d)

Deep Learning

2.

Field of study that gives computers the ability to learn without being explicitly programmed.

a)

Deep Learning

b)

Machine Learning

c)

Data Science

3.

What would make a robot intelligent?

a)

It can play chess.

b)

It responds to the environment according to previous experiences.

c)

It calculates mathematical problems faster than human minds.

d)

It can jump 1.5 meters higher than humans.

4.

Chooose all steps that are part of machine learning project

a)

Data Preparation

b)

Model Selection

c)

Business Analysis

d)

Feature engineering

5.

Type of machine learning algorithm used to infer information from data without input from humans. In other words, learning without a teacher.

a)

Dataset

b)

Supervised learning

c)

Unsupervised learning

d)

Classifiers

6.

This picture shows an application of ...

a)

Supervised Learning: Classification

b)

Unsupervised Learning: Clustering

c)

Unsupervised Learning: Prediction

d)

Supervised Learning: Regression

7.

All data is labeled and the algorithms learn to predict the output from the input data. In other words, giving concrete known examples to the computer.

a)

Dataset

b)

Supervised learning

c)

Unsupervised learning

d)

Classifiers

8.

What are the two types of Supervised Learning?

a)

Classification

b)

Declassification

c)

Progression

d)

Regression

9.

What kind of table compares classifications predicted by the model with the actual class labels?

a)

Chaos table

b)

Confusion Matrix

c)

Prediction plot

d)

Residual plot

10.

How do you handle missing or corrupted data in a dataset?

a)

Drop missing rows or columns

b)

Replace missing values with mean/median/mode

c)

Assign a unique category to missing values

d)

All of the above

11.

In a regression problem, the outputs are

a)

categorical or discrete

b)

numerical or continuous

12.

What kind of dataset is used for final testing of Machine Learning Model?

a)

Train set

b)

Validation set

c)

Test set

d)

Final set