wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

machineLearning Test

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

A computer program is said to learn from __________E with respect to some class of tasks T and performance measure P, if its performance at tasks in T, as measured by P, improves with experience E.

a)

Training

b)

Experience

c)

Database

d)

Algorithm

2.

What takes input as an object described by a set of attributes?

a)

Tree

b)

Graph

c)

Decision graph

d)

Decision tree

3.

Which of the following does not include different learning methods?

a)

Memorization

b)

Analogy

c)

Introduction

d)

Deduction

4.

Which of the following is the model used for learning?

a)

Decision trees

b)

Neural networks

c)

Propositional and FOL rules

d)

All of the mentioned

5.

In which of the following learning the teacher returns reward and punishment to learner?

a)

Active learning

b)

Reinforcement learning

c)

Supervised learning

d)

Unsupervised learning

6.

Decision trees are appropriate for the problems where

a)

Attributes are both numeric and nominal

b)

Target function takes on a discrete number of values

c)

Data may have errors

d)

All of the mentioned

7.

Full form of MDL.

a)

Minimum Domain Length

b)

Maximum Description Length

c)

Minimum Description Length

d)

None of these

8.

The benefit of Naive Bayes:-

a)

Naive Bayes is one of the fast and easy ML algorithms to predict a class of data sets.

b)

It is the most popular choice for text classification problems

c)

It can be used for Binary as well as Multi-class Classifications

d)

All of the above

9.

Examples of Naive Bayes Algorithm is/are

a)

Spam filtration

b)

Sentimental analysis

c)

Classifying articles

d)

All of the above

10.

Which of the following is correct about the Naive Bayes?

a)

Assumes that all the features in a dataset are independent

b)

Assumes that all the features in a dataset are equally important

c)

Both

d)

All of the above

11.

Which of the following provided by the Bayesian Network?

a)

Complete description of the problem

b)

Complete description of the domain

c)

Partial description of the domain

d)

All of the above

12.

terms are required for building a bayes model

a)

1

b)

2

c)

3

d)

4

13.

Applications of NN (Neural Network)

a)

Risk management

b)

Data validation

c)

Sales forecasting

d)

All of the above

14.

The general tasks that are performed with backpropagation algorithm

a)

Pattern mapping

b)

Prediction

c)

Function approximation

d)

All of the above

15.

Neural Networks are complex _____ functions with any parameters

a)

a) Linear

b)

Non linear

c)

Discreate

d)

Exponential

16.

The backpropagation law is also known as generalized delta rule

a)

True

b)

False

17.

What is the objective of backpropagation algorithm?

a)

To develop learning algorithm for multilayer feedforward neural network, so that network can be trained to capture the mapping implicitly

b)

To develop learning algorithm for multilayer feedforward neural network

c)

To develop learning algorithm for single layer feedforward neural network

d)

All of the above

18.

What are the advantages of neural networks over conventional computers?

(i) They have the ability to learn by example.

(ii) They are more fault tolerant.

(iii)They are more suited for real time operation due to their high ‘computational’ rates.

a)

(i) and (ii)

b)

(i) and (iii)

c)

Only (i)

d)

All

19.

Which of the following is true for neural networks?

(i) The training time depends on the size of the network.

(ii) Neural networks can be simulated on a conventional computer.

(iii) Artificial neurons are identical in operation to biological ones.

a)

All

b)

Only (ii)

c)

(i) and (ii)

d)

None

20.

Neural network learning methods provide a robust approach to approximating

a)

a) Real valued

b)

Discrete-valued

c)

Vector valued

d)

All of the above