wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ML Basics - 2

Total questions: 15

Worksheet time: 10mins

Name
Class
Date
1.

Machine Learning involves which of the following disciplines? (Choose 3 Answers)

a)

Artificial Intelligence

b)

Machine Learning

c)

Data Statistics

d)

Deep Learning

2.

The task "Future stock prices or currency exchange rates" falls under which category?

a)

Recognizing Anomalies

b)

Prediction

c)

Generating Patterns

d)

Recognition Patterns

3.

This picture shows an application of ...

a)

Supervised Learning: Classification

b)

Unsupervised Learning: Clustering

c)

Unsupervised Learning: Prediction

d)

Supervised Learning: Regression

4.

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

a)

Deep Learning

b)

Machine Learning

c)

Data Science

5.

Estimating the price of a house is a problem solved through.....

a)

Cluster

b)

Class

c)

Regression

6.

According to Tom Mitchell, what is the requirement for the computer system to learn

a)

Data set

b)

Task

c)

Performance measure

d)

Knowledge

7.

Select possible application of the machine learning ( Check all that apply)

a)

Fraud detection

b)

Recognising a happy face

c)

Differentiate X-ray image

d)

Recognise your lecturer's hand writing

8.

What is the implication of "false positive" increase to the precision measure

a)

increase precision

b)

decrease precision

c)

doesn't has any effect to precision

9.

Suppose your email program watches which emails you do or do not mark as spam, and based on that learns how to better filter spam. What is the task T in this setting?

a)

Classifying emails as spam or not spam

b)

Watching you label emails as spam or not spam

c)

The number of emails correctly classified as spam/not spam

d)

None of the above

10.

What type of Machine Learning Algorithm is suitable for predicting the continuous dependent variable?

a)

Logistic Regression

b)

Linear Regression

c)

Decision Tree Classifier

d)

KNN Classifier

11.

The Number of coefficients required to estimate a simple linear regression?

( Hint: think of a simple linear regression equation)

a)

1

b)

2

c)

0

d)

3

12.

KNN is ___________ algorithm

a)

Eager Learner

b)

Lazy Learner

13.

Consider the above Confusion Matrix of a classifier and choose the correct statements

a)

Accuracy is 84%

b)

Misclassification Rate is 16%

c)

Type-I Error is 6

d)

Type-II Error is 10

14.

If your algorithm gives very good accuracy for training set , but bad accuracy for test set, it is.......

a)

Underfitting

b)

Best fit

c)

Overfitting

d)

No Fit

15.

Which ML algorithm is being used to perform classification in this image?

a)

Naive Bayes

b)

SVM

c)

AVM

d)

Decision Tree