wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Machine Learning

Total questions: 17

Worksheet time: 9mins

Name
Class
Date
1.

FIND-S algorithm ignores ______.

a)
  1. Negative

b)
  1. Positive

c)
  1. With positive or negative

d)
  1. Neither positive nor negative

2.

Which of the following is a limitation of the FIND-S algorithm?

a)

  1. It can handle noisy data effectively

b)

  1. It can only find the most specific hypothesis

c)

  1. It is computationally expensive

d)

  1. It requires a large amount of labeled data

3.

________ is not a supervised ML algorithm.

a)
  1. K-means clustering

b)
  1. SVM for classification

  2. problems

c)
  1. Decision Tree

d)
  1. Naive Bayes

4.

Which type of data is used in supervised learning?

a)

Unlabeled data

b)

Labeled data

c)

Both

d)

Neither

5.

What is the primary goal of machine learning?

a)

To manually program computers

b)

To enable systems to learn from data

c)

To simulate human intelligence

d)

To enhance computer hardware speed

6.

Which of the following is NOT a common machine learning task?

a)

Classification

b)

Regression

c)

Sorting

d)

Clustering

7.

A model performs well on training data but poorly on test data. This is called____

a)

Underfitting

b)

Overfitting

c)

Insufficient data

d)

Testing data errors

8.

What is the primary goal of regression in machine learning?

a)

To classify data

b)

To predict continuous values

c)

To cluster data

d)

To reduce dimensionality

9.

What is the primary goal of unsupervised learning?

a)

To label data

b)

To classify data

c)

To find patterns in unlabeled data

d)

To split data

10.

What distinguishes reinforcement learning from other learning paradigms?

a)

The use of labeled data

b)

Learning from unlabeled data

c)

Learning through rewards and penalties

d)

None of the above

11.

What is the assumptions of Naïve Bayesian classifier?

a)

It assumes that features of a data are completely dependent on each other

b)

It assumes that each input variable is dependent and the model is not generative

c)

It assumes that each input attributes are independent of each other and the model is generative

d)

It assumes that the data dimensions are dependent and the model is generative

12.

Which of the following is an example of a linear regression problem?

a)

Predicting the probability of a user clicking on an ad

b)

Predicting house prices

c)

Classifying emails

d)

Detecting fraudulent transactions

13.

Which of the following is an example of a binary classification problem?

a)

Predicting house prices

b)

Classifying emails as spam or not

c)

Clustering customers

d)

Predicting temperature

14.

What is the formula for Bayes’ theorem? Where (A & B) and (H & E) are events and P(B), P(H) & P(E) ≠ 0.

a)

P(H|E) = [P(E|H) P(E)] / P(H)

b)

P(A|B) = [P(A|B) * P(A)] / P(B)

c)

P(H|E) = [P(H|E) P(H)] / P(E)

d)

P(A|B) = [P(B|A) P(A)] / P(B)

15.

In supervised learning, the training dataset consists of:

a)

Only input features

b)

Input features and corresponding labels

c)

Only output labels

d)

Randomly generated data

16.

Which of the following is NOT a type of Machine Learning?

a)

Supervised Learning

b)

Unsupervised Learning

c)

Reinforcement Learning

d)

Data Cleaning

17.

What is the purpose of cross-validation in machine learning?

a)

To optimize hyperparameters

b)

To increase the size of the training dataset

c)

To evaluate the model's performance on unseen data

d)

To reduce the dimensionality of the dataset