wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Quiz 3

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

What does supervised learning use to train a model?

a)

Only input features

b)

Random guesses

c)

Labeled data (input + output)

d)

No data at all

2.

Which one of these is not a performance metric?

a)

Precision

b)

Accuracy

c)

Learning rate

d)

F1 Score

3.

What is the goal of training in machine learning?

a)

To memorize the training data

b)

To minimize the loss or error

c)

To maximize the input size

d)

To increase randomness

4.

What does the law of total probability help you calculate?

a)

Gradient

b)

Probability of combined outcomes

c)

Number of features

d)

Decision boundary

5.

Bayes' Rule helps us update:

a)

Data types

b)

Old models

c)

Probabilities based on new evidence

d)

Regression lines

6.

The dot product of two vectors gives:

a)

A matrix

b)

The angle between them

c)

A scalar

d)

Their average

7.

If a matrix has a non-zero determinant, it means:

a)

It’s empty

b)

It has no inverse

c)

It is invertible

d)

It is orthogonal

8.

What does the rank of a matrix represent?

a)

Its file size

b)

Number of columns

c)

Number of linearly independent rows/columns

d)

How often it’s used

9.

Two vectors are orthogonal if:

a)

They are equal

b)

Their dot product is zero

c)

They have the same direction

d)

They both contain 0

10.

A vector space must always contain:

a)

Only positive vectors

b)

Only unit vectors

c)

The zero vector

d)

At least 10 vectors

11.

Which model uses a tree-like structure to make decisions?

a)

Logistic regression

b)

Decision tree

c)

K-means

d)

Neural network

12.

What does logistic regression output?

a)

A number between 0 and 1

b)

A string

c)

A matrix

d)

A class of clusters

13.

In K-Nearest Neighbors, k represents:

a)

Number of features

b)

Number of classes

c)

Number of closest neighbors to consider

d)

Number of trees

14.

The sigmoid function is used in:

a)

Decision trees

b)

K-means

c)

Logistic regression

d)

Linear regression

15.

What is the main goal of an SVM?

a)

Guess the labels

b)

Use random weights

c)

Find the best margin to separate classes

d)

Increase loss

16.

What is the main idea of clustering?

a)

Label all the data manually

b)

Predict the next number

c)

Group similar data points

d)

Compress the file size

17.

Which method helps find the best number of clusters in K-means?

a)

Cross-validation

b)

Sigmoid curve

c)

Elbow method

d)

Gradient descent

18.

What does PCA help with?

a)

Assigning labels

b)

Finding data errors

c)

Reducing data dimensions

d)

Increasing features

19.

In PCA, what are principal components?

a)

Input vectors

b)

Random guesses

c)

New directions with most variance

d)

Data errors

20.

Which of these is not unsupervised learning?

a)

PCA

b)

K-means

c)

Agglomerative clustering

d)

Logistic regression