wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Introduction to Machine Learning

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

A computer program is said to learn from __________ with

respect to some class of ______ and ________, if its performance at tasks in T, as measured by P, improves with E.

a)

Experience, Performance,Tasks

b)

Tasks, Performance, Experience

c)

Experience, Tasks, Performance

d)

Performance, Tasks, Experience

2.

__________ has been used to train vehicles to steer correctly

and autonomously on road.

a)

Machine learning

b)

Data mining

c)

Neural networks

d)

Robotics

3.

Which type of learning algorithm used for "future crude oil prices "?

a)

Recognizing similarities

b)

predicting

c)

creatind patterns

d)

all the above

4.

Which of the following is not type of learning?

a)

Semi-unsupervised Learning

b)

Unsupervised Learning

c)

Supervised Learning

d)

Reinforcement Learning

5.

What would make a robot intelligent?

a)

It responds to the environment.

b)

It responds to the environment according to previous experiences.

c)

It calculates mathematical problems faster than human minds.

d)

It can jump 1.5 meters higher than humans.

6.

supervised learning algorithm deals with..

a)

labelled and unlabelled data

b)

unlabelled data

c)

labelled data

d)

None

7.

Semi-supervised learning algorithm deals with..

a)

labelled and unlabelled data

b)

unlabelled data

c)

labelled data

d)

None

8.

Unsupervised learning algorithm deals with..

a)

labelled and unlabelled data

b)

unlabelled data

c)

labelled data

d)

None

9.

To categorize the given test example, which type of learning algorithms are used?

a)

regression

b)

clasification

c)

supervised learning algorithm

d)

All the above

10.

In__________ decision-making agent that takes actions in an environment and receives reward (or penalty) for its actions in trying to solve a problem

a)

Regression

b)

classification

c)

supervised learning

d)

Reinforcement learning

11.

___________ is a type of supervised learning where a target feature, which is of categorical type.

a)

Regression

b)

Labelling

c)

Classification

d)

None

12.

Which of the folowing algorithm is a lazy learner?

a)

K medoids

b)

Decision Tree

c)

K means clustering

d)

K-NN Algorithm

13.

 from confusion matrix,Accuracy is defined as (X)P+N. Then X=?from\ confusion\ matrix,Accuracy\ is\ defined\ as\ \frac{\left(X\right)}{P+N}.\ Then\ X=?  


a)

TP+PN

b)

TP+FP

c)

P

d)

N

14.

In decision tree, an attribute is selected as node by calculating the _________ of the attribute

a)

Information gain

b)

Entropy

c)

feature values

d)

Information and Gain

15.

_________is the task of approximating a mapping function (f) from input variables (X) to a continuous output variable (Y).

a)

Classification

b)

Regression

c)

Clustering

d)

Decision Tree

16.

_____ refers to a broad set of techniques for finding subgroups in a data set on the basis of the characteristics of the objects within that data set.

a)

Grouping

b)

Segmenting

c)

Clustering

d)

Partitioning

17.

A ___________ is a function that best describes the target in supervised machine learning.

a)

hypothesis space

b)

Bias

c)

variance

d)

hypothesis

18.

_______ occurs when we try to approximate a complex or complicated relationship with a much simpler model.

a)

Variance

b)

Bias

c)

Bias and variance

d)

overfitting

19.

The models with high bias tends to ________

a)

low test error

b)

low training error

c)

overfitting

d)

underfitting

20.

Because of low bias and high variance , we get _____ model

a)

high error

b)

perfectly fitting

c)

underfitting

d)

over fitting