wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Introduction To Machine Learning

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

Which of the below is not supervised learning?

a)

Spam email identification

b)

House price prediction

c)

Speech recognition

d)

Amazon product suggestions

2.

Which of the below is not unsupervised learning?

a)

Anomaly detection

b)

Object recognition

c)

Customer segmentation

d)

Clustering

3.

Select the true statements

a)

Machine learning takes input data and static rules to predict the output value

b)

Traditional programming uses static rules to process input data to produce output

c)

Traditional programming analyzes input data and comes up with rules and output data

d)

Machine learning uses knowledge about input data and expected output to learn the rules for modelling data relationships

4.

Machine learning is a subset of artificial intelligence

a)

True

b)

False

5.

Select the statements that are true

a)

Machine learning and deep learning are tools towards achieving intelligent machines

b)

Deep learning was invented in 1950s

c)

Deep learning uses layered neuron like architecture inspired by human brain

d)

Artificial intelligence is superset of Machine learning, while deep learning is a completely different field

6.

Machine learning is one of the steps in any data science project.

a)

True

b)

False

7.

In tabular data, what does a row and column represent?

a)

Row = feature, column = entity

b)

Column = feature, row = entity

8.

Select approaches for scaling data

a)

Standardization

b)

Noise removal

c)

Normalization

d)

Data encoding

9.

Let’s say we have an image of size 45x55. It is a grayscale image. How many pixels do we need to represent this image in a numerical format?

a)

2240

b)

2420

c)

2152

d)

2340

10.

What is the relationship between model and algorithm?

a)

Algorithm + model = data

b)

Algorithm = Model + data

c)

Model = Algorithm(data)

d)

Data = Algorithm(model)

11.

Identify parametric machine learning algorithms

a)

Linear regression

b)

CNN

c)

Logistic regression

d)

Naïve Bayes

12.

Identify non-parametric machine learning algorithms

a)

KNN

b)

SVM

c)

Simple perceptron

d)

Linear regression

13.

At what stage of the data science lifecycle do you optimize the parameters?

a)

Training the model

b)

Evaluating the model

c)

Deploying the model

14.

Rescales the data into the range [0, 1]

a)

standardization

b)

normalization

15.

y=7x+5 is best described as

a)

model

b)

an algorithm

16.

Which of the following algorithms are parametric?

a)

Decision Tree

b)

Logistic regression

c)

KNN

d)

Multiple linear regression

17.

Which of these statements is true about classical ML vs. deep learning?

a)

All deep learning algorithms are machine learning algorithms

b)

All machine learning algorithms are deep learning algorithms

c)

Classical ML is a subcategory of deep learning algorithms,based on neural networks

18.

Which of the following yields discrete categorical outputs?

a)

Anomaly detection

b)

Regression

c)

Classification

d)

Feature Learning

19.

Which of the following holds true for Unsupervised Learning?

a)

Finds hidden structures in data

b)

Learns from data that contains only the inputs

c)

Learns from data that contains both the inputs and expected outputs

d)

Learns how an agent should take actions in an environment to maximize a reward function

20.

Bias is:

a)

Error that results from inaccurate assumptions in model training

b)

Error that occurs when the model is too sensitive to the training data