wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Machine Learning - Unit 1 - Quiz 1

Total questions: 10

Worksheet time: 6mins

Name
Class
Date
1.

A company wants to predict whether a customer will make a purchase based on their browsing history, time spent on the site, and past purchase behavior. Which type of learning would be most appropriate?

a)

Supervised Learning

b)

Semi Supevised Learning

c)

Reinforment Learning

d)

Unsupervised Learning

2.

A weather forecasting team uses historical temperature data (time vs. temperature) and wants to model the relationship between time and temperature using a polynomial curve. What is the primary objective of using polynomial curve fitting in this context?

a)

To classify temperature data into categories

b)

To find the relationship between time and temperature

c)

To detect anomalies in temperature data

d)

To reduce the dimensionality of the data

3.

What happens if a very high-degree polynomial is used for curve fitting?

a)

It leads to a better generalization on unseen data

b)

It ensures the model is simpler and less complex

c)

It may lead to overfitting, capturing noise rather than the underlying pattern

d)

It will always provide the best fit

4.

What is the sum of the probabilities of all possible outcomes of a discrete random variable?

a)

0

b)

1

c)

Both 0 and 1

d)

Depends on the variable

e)

Can be greater than 1 if there are many outcomes

5.

Bayes’ rule is used for which of the following purposes?

a)

To calculate the probability of the union of two events

b)

To find the probability of the intersection of two independent events

c)

To update the probability of a hypothesis given new evidence

d)

To determine if two events are mutually exclusive

6.

Which of the following statements is correct regarding conditional probability?

a)

Conditional probability is the probability of an event occurring without any given conditions.

b)

It is always equal to the unconditional probability of the event.

c)

It only applies to continuous random variables.

d)

Conditional probability is used when the occurrence of one event affects the likelihood of another.

7.

What is the probability of a continuous random variable taking any exact value?

a)

Always 1

b)

Always 0

c)

only 0 and 1

d)

Equal to the density at that value

e)

Depends on the value

8.

The expected value (mean) of a continuous random variable X with probability density function f(x) is calculated using:

a)

∫ f(x)dx

b)

∫ x f(x)dx

c)

∫ x dx

d)

∫ x^2 f(x)dx

9.

What does the quantile of a continuous random variable represent?

a)

The probability density at a given point

b)

The expected value of the random variable

c)

The sum of all possible values of the random variable

d)

A value below which a specified proportion of observations fall

10.

The variance of a continuous random variable X is minimized when:

a)

All values of X are equal to the mean.

b)

X has a large spread around the mean.

c)

X takes only positive values.

d)

The variance is always zero.