wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Erode Quiz ML

Total questions: 20

Worksheet time: 16mins

Name
Class
Date
1.

(a)   is an ensemble learning technique that improves the performance of a machine learning model by sequentially training weak models, with each new model focusing on correcting the errors made by the previous models.

2.

If we didn't assign a base estimators to the bagging classifier it will use by default:

a)

Linear regression

b)

Decision tree

c)

KNN

d)

Logistic regression

3.

What is meant by the number of estimators:

a)

The number of base estimators in the ensemble.

b)

The number of features

c)

The number of accuracies

d)

The number of data rows

4.

A value that defines the step taken at each iteration, before correction?

a)

Gradient descent

b)

learning rate

c)

l2 regularization

d)

l1 regularization

5.

Which of these is not a supervised learning algorithm?

a)

Representation Learning

b)

Classification

c)

Regression

6.

Which of the following methods do we use to find the best fit line for data in Linear Regression?

a)

Least Square Error

b)

Maximum Likelihood

c)

Logarithmic Loss

d)

Both A and B

7.

_____ is a learning model that is used to identify a relationship between large amounts of information from a data set.

a)

Classification

b)

Multi class classification

c)

Association

d)

Unsupervised learning

8.

The goal of clustering a set of data is to?

a)

choose the best data from the set

b)

divide them into groups of data that are near each other

c)

determine the nearest neighbors of each of the data

d)

predict the class of data

9.

Agglomerative hierarchical clustering is also known as

a)

Top down approach

b)

Bottom up approach

c)

Both of these

d)

None of these

10.

In unsupervised learning, the machine learns by

a)

Identifying patterns in the dataset

b)

Using class labels

c)

None of these

d)

Both of these

11.

What is the purpose of Principal Component Analysis (PCA)?

a)

To increase the dimensionality of a dataset

b)

To remove outliers from the dataset

c)

To add noise to the dataset

d)

To reduce the dimensionality of a dataset

12.

What is the goal of dimensionality reduction in machine learning?

a)

To reduce the efficiency of storage and computation

b)

To simplify the dataset while retaining its essential characteristics

c)

To increase the number of input variables in a dataset

d)

To complicate the dataset while retaining its essential characteristics

13.

Imagine, you have 1000 input features and 1 target feature in a machine learning problem. You have to select 100 most important features based on the relationship between input features and the target features.


Do you think, this is an example of dimensionality reduction?

a)

Yes

b)

No

14.

I have 4 variables in the dataset such as - A, B, C & D. I have performed the following actions:


Step 1: Using the above variables, I have created two more variables, namely E = A + 3 B and F = B + 5 C + D.


Step 2: Then using only the variables E and F I have built a Random Forest model.


Could the steps performed above represent a dimensionality reduction method?

a)

No

b)

Yes

15.
You are analyzing a scatter plot that has a negative correlation. What is true of the of the x and y values?
a)
As x increases, y decreases
b)
As x increases, y increases
c)
As x decreases, y decreases
16.
The points in the scatterplot represent paired observations (x, y) where x is an individual’s weight and y is the time (in seconds) it takes for walking on a treadmill to raise the individual’s pulse rate to 140 beats per minute.  The open circles correspond to females and the dark squares to males.
a)
There is a positive correlation r between gender and weight, since men tend to weigh more than women.
b)
There is a negative correlation r between weight and time for both males and females.
c)
In general, males tend to take less time to have their pulse rate raised to 140 bpm while walking on the treadmill.
17.
If Joe worked 30 hours, how much is he expected to earn?
a)
$600
b)
$200
c)
$1000
d)
$800
18.
A correlation shows that two things are
a)
related
b)
causing each other
c)
unrelated
d)
causation
19.

The linear model to represent the distance (in miles) traveled given the time (in hours) driving is 

 m=1.79+61.93hm=-1.79+61.93h . Predict how far a person will travel driving 10 hours. 

a)

617.51 miles

b)

621.09 miles

c)

100 miles

d)

0.19 miles

20.

A study conducted to determine if one can predict the yield of a crop based on the amount of fertilizer applied to the soil. The response variable in this study is ...

a)

yield of the crop

b)

the experimeter

c)

amount of fertilizer applied to the soil

d)

the soil