Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Machine Learning Beginner Set - 1

Total questions: 15

Worksheet time: 10mins

Name
Class
Date
1.

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

2.

What type of Machine Learning Algorithm is suitable for predicting the dependent variable with two different values?

a)

Logistic Regression

b)

Linear Regression

c)

Multiple Linear Regression

d)

Polynomial Regression

e)

None of These

3.

Suitable evaluation metric for measuring the performance of a given regression model is -

a)

ROC Curve

b)

Precision

c)

Recall

d)

AUC Score

e)

None of These

4.

Appropriate chart for visualizing the linear relationship between two variables is ?

a)

Scatter plot

b)

Bar chart

c)

Histograms

d)

None of Mentioned

5.

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

a)

1

b)

2

c)

0

d)

3

e)

-1

6.

The entropy of a given dataset is zero. This statement implies what?

a)

further splitting is required

b)

no further splitting is required

c)

Need some other information to decide splitting

d)

None of the Mentioned

7.

If the given dataset contains 200 observations out of 100 belongs to class1 and other 100 belongs to class2. What will be the entropy of the given dataset?

a)

0

b)

1

c)

-1

d)

0.5

8.

Consider a Confusion Matrix of a classifier where True Positive is 61, False Positive is 8, True Negative is 38 and False Negative is 5 then what is the correct statement

a)

Accuracy is 81%

b)

Misclassification Rate is 19%

c)

Type-I Error is 8

d)

Type-II Error is 13

e)

None of them are True

9.

Several sets of data related to each other used to make decisions in machine learning algorithms

a)

Unsupervised Learning

b)

Classifiers

c)

Supervised Learning

d)

Dataset

10.

You are given reviews of movies marked as positive, negative, and neutral. Classifying reviews of a new movie is an example of

a)

Supervised Learning

b)

Unsupervised Learning

c)

Reinforcement Learning

d)

None of these

11.

The process of making the system able to learn.

a)

Classifying

b)

Labelling

c)

Testing

d)

Training

12.

Which model is good enough for fraud detection?

a)

Precision = 60%, Recall = 60%

b)

Precision = 60%, Recall = 90%

c)

Precision = 90%, Recall = 60%

d)

Precision = 90%, Recall = 90%

13.

Select the true statements

a)

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

b)

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

c)

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

d)

None of these are true statement

14.

What device below is not an example of Machine Learning?

a)

Google Assistant

b)

Speech to Text

c)

Google Search

d)

None of the above

15.

Which of the following is a good test dataset characteristic?

a)

Large enough to yield meaningful results

b)

Is representative of the dataset as a whole

c)

Both of them are true

d)

None of them are true