wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

ML UNIT 1 FULL QUIZ

Total questions: 84

Worksheet time: 21mins

Name
Class
Date
1.

What is Machine learning?

a)

The autonomous acquisition of knowledge through the use of computer programs

b)

The autonomous acquisition of knowledge through the use of manual programs

c)

The selective acquisition of knowledge through the use of computer programs

d)

The selective acquisition of knowledge through the use of manual programs

2.

__________________ algorithms enable the computers to learn from data, and even improve themselves, without being explicitly programmed.

a)

Artificial Intelligence

b)

Machine Learning

c)

Deep Learning

d)

Traditional Learning

3.

What device below is not an example of Machine Learning?

a)

Wearable fitness tracker

b)

Google Assistant

c)

Speech to Text

d)

Google Search

e)

None of the above

4.

_______________________ is a category of an algorithm that allows software applications to become more accurate in predicting outcomes without being explicitly programmed.

a)

Artificial Intelligence

b)

Machine Learning

c)

Deep Learning

d)

Traditional Learning

5.

What are the three types of Machine Learning? Choose three.

a)

Supervised Learning

b)

Learning Differentiated

c)

Unsupervised Learning

d)

Reinforcement Learning

e)

Technical Learning

6.

In this type of Machine Learning, an AI system is presented with unlabeled, uncategorized data and the system’s algorithms act on the data without prior training. The output is dependent upon the coded algorithms.

a)

Supervised Learning

b)

Unsupervised Learning

c)

Reinforcement Learning

d)

Technique Learning

7.

Tom Mitchell of Carnegie Mellon University said that, "A computer program is said to learn from experience E with respect to some "T" and some performance measure P, if its performance on T, as measured by P, improves with experience E." What is "T"?

a)

Time

b)

Test

c)

Task

d)

Temper

8.

What is Machine Learning? (Choose 3 Answers)

a)

Artificial Intelligence

b)

Machine Learning

c)

Data Statistics

d)

Deep Learning

9.

What kind of learning algorithm for "Future stock prices or currency exchange rates"?

a)

Recognizing Anomalies

b)

Prediction

c)

Generating Patterns

d)

Recognition Patterns

10.

Which of the following is not type of learning?

a)

Semi-unsupervised Learning

b)

Unsupervised Learning

c)

Supervised Learning

d)

Reinforcement Learning

11.

What is the main goal of machine learning?

a)

To program computers without human intervention

b)

To enable computers to learn from data and improve performance over time

c)

To create AI systems that can outperform humans

d)

To develop complex algorithms for data processing

12.

Which type of machine learning algorithm is trained on labeled data to make predictions on new, unseen data?

a)

Unsupervised Learning

b)

Reinforcement Learning

c)

Semi-supervised Learning

d)

Supervised Learning

13.

What is the process of preparing raw data by cleaning, transforming, and normalizing it for machine learning?

a)

Data Preprocessing

b)

Data Engineering

c)

Data Wrangling

d)

Data Augmentation

14.

In unsupervised learning, the primary task is

a)

Predicting an output value based on input data

b)

Discovering patterns or structures in data

c)

Maximizing cumulative rewards through interactions with the environment

d)

Learning from expert demonstrations

15.

Which machine learning algorithm is inspired by the behaviour of neurons in the human brain?

a)

Decision Trees

b)

k-Nearest Neighbours (k-NN)

c)

Support Vector Machines (SVM)

d)

Artificial Neural Networks (ANN)

16.

What is the process of feeding a machine learning model with data to adjust its internal parameters and improve performance?

a)

Model Validation

b)

Model Optimization

c)

Model Training

d)

Model Testing

17.

What is the main goal of machine learning?

a)

To program computers without human intervention

b)

To enable computers to learn from data and improve performance over time

c)

To create AI systems that can outperform humans

d)

To develop complex algorithms for data processing

18.

Which type of machine learning algorithm is trained on labeled data to make predictions on new, unseen data?

a)

Unsupervised Learning

b)

Reinforcement Learning

c)

Semi-supervised Learning

d)

Supervised Learning

19.

What is the process of preparing raw data by cleaning, transforming, and normalizing it for machine learning?

a)

Data Preprocessing

b)

Data Engineering

c)

Data Wrangling

d)

Data Augmentation

20.

In unsupervised learning, the primary task is

a)

Predicting an output value based on input data

b)

Discovering patterns or structures in data

c)

Maximizing cumulative rewards through interactions with the environment

d)

Learning from expert demonstrations

21.

Which machine learning algorithm is inspired by the behaviour of neurons in the human brain?

a)

Decision Trees

b)

k-Nearest Neighbours (k-NN)

c)

Support Vector Machines (SVM)

d)

Artificial Neural Networks (ANN)

22.

What is the process of feeding a machine learning model with data to adjust its internal parameters and improve performance?

a)

Model Validation

b)

Model Optimization

c)

Model Training

d)

Model Testing

23.

Which machine learning technique allows models to make decisions based on past experiences and feedback from their environment?

a)

Supervised Learning

b)

Unsupervised Learning

c)

Reinforcement Learning

d)

Semi-supervised Learning

24.

What is the primary advantage of using a deep learning architecture for machine learning tasks?

a)

Easy interpretability of the model

b)

Faster training time compared to traditional algorithms

c)

Ability to automatically extract hierarchical features from data

d)

Less need for large amounts of labeled training data

25.

Which technique is used for reducing the dimensionality of data while preserving its most important features?

a)

Principal Component Analysis (PCA)

b)

Linear Regression

c)

Logistic Regression

d)

Gradient Descent

26.

What does VC dimension do?

a)

Reduces complexity of hypothesis space

b)

Removes noise from dataset

c)

Measures complexity of training dataset

d)

Measures the complexity of hypothesis space H

27.

An instance set S is given. How many dichotomies are possible?

a)

2*|S|

b)

2/|S|

c)

2^|S|

d)

|S|

28.

If h is a straight line, what is the maximum number of points that can be shattered?

a)

4

b)

2

c)

3

d)

5

29.

What is the VC dimension of a straight line?

a)

3

b)

2

c)

4

d)

0

30.

A set of 3 instances is shattered by _____ hypotheses.

a)

4

b)

8

c)

3

d)

2

31.

What is the relation between VC dimension and hypothesis space H?

a)

VC(H) <= |H|

b)

VC(H) != log2|H|

c)

VC(H) <= log2|H|

d)

VC(H) > log2|H|

32.

VC Dimension can be infinite.

a)

True

b)

False

33.

Who invented VC dimension?

a)

Francis Galton

b)

J. Ross Quinlan

c)

Leslie Valiant

d)

Vapnik and Chervonenkis

34.

IF VC(H) increases, number of maximum training examples required (m) increases.

a)

False

b)

True

35.

The algorithm is trying to find a suitable day for swimming. What is the most general hypothesis?

a)

A rainy day is a positive example

b)

A sunny day is a positive example

c)

No day is a positive example

d)

Every day is a positive example

36.

How is the version space represented?

a)

Least general members

b)

Most general members

c)

Most general and least general members

d)

Arbitrary members chosen form hypothesis space

37.

Let G be the set of maximally general hypotheses. While iterating through the dataset, when is it changed for the first time?

a)

Negative example is encountered for the first time

b)

Positive example is encountered for the first time

c)

First example encountered, irrespective of whether it is positive or negative

d)

S, the set of maximally specific hypotheses, is changed

38.

Let S be the set of maximally specific hypotheses. While iterating through the dataset, when is it changed for the first time?

a)

Negative example is encountered for the first time

b)

Positive example is encountered for the first time

c)

First example encountered, irrespective of whether it is positive or negative

d)

G, the set of maximally general hypotheses, is changed

39.

S = <sunny, warm, high, same>. Training data = <sunny, warm, normal, same> => Yes (positive example). How will S be represented after encountering this training data?

a)

<sunny, warm, high, same>

b)

<phi, phi, phi, phi>

c)

<sunny, warm, ?, same>

d)

<sunny, warm, normal, same>

40.

S = <phi, phi, phi, phi>Training data = <rainy, cold, normal, change> => No (negative example). How will S be represented after encountering this training data?

a)

<phi, phi, phi, phi>

b)

<sunny, warm, high, same>

c)

<rainy, cold, normal, change>

d)

<?, ?, ?, ?>

41.

It is possible that in the output, set S contains only phi.

a)

False

b)

True

42.

Which ONE of the following are regression tasks?

a)
  • Predict the age of a person

b)
  • Predict the country from where the person comes from

c)
  • Predict whether the price of petroleum will increase tomorrow

d)
  • Predict whether a document is related to science

43.

Which of the following are classification problems?

a)
  • Predicting the temperature (in Celsius) of a room from other environmental features (such as atmospheric pressure, humidity etc).

b)
  • Predicting if a cricket player is a batsman or bowler given his playing records.

c)
  • Finding the shorter route between two existing routes between two points.

d)
  • Predicting if a particular route between two points has traffic jam or not based on the travel time of vehicles.

44.

Which of the following tasks can be best solved using Clustering.

a)
  • Predicting the amount of rainfall based on various cues.

b)
  • Detecting fraudulent credit card transactions

c)
  • Training a robot to solve a maze

d)
  • All of the above

45.

Which of the following is a regression task?

a)
  • Predicting the monthly sales of a cloth store in rupees.

b)
  • Predicting if a user would like to listen to a newly released song or not based on historical data

c)
  • Predicting the confirmation probability (in fraction) of your train ticket whose current status is waiting list based on
    historical data.

d)
  • Predicting if a patient has diabetes or not based on historical medical records.

46.

Which of the following is a categorical feature?

a)
  • Number of legs of an animal

b)
  • Number of hours you study in a day

c)
  • Branch of an engineering student

d)
  • Your weekly expenditure in rupees.

47.

What is Machine learning?

a)
  • The autonomous acquisition of knowledge through the use of computer programs

b)
  • The autonomous acquisition of knowledge through the use of manual programs

c)
  • The selective acquisition of knowledge through the use of computer programs

d)
  • The selective acquisition of knowledge through the use of manual programs

48.

Which of the factors affect the performance of learner system does not include?

a)
  • Training scenario

b)
  • Representation scheme used

c)
  • Good data structures

d)
  • Type of feedback

49.

Which one is most important supervised algorithm

a)
  • K-nears neighbors

b)
  • Linear Regression and Logistic Regression

c)
  • Neural networks

d)
  • Support Vector Machine, Decision Tree and Random forest

e)
  • All of the above

50.

Which one is most important unsupervised algorithms

a)
  • clustering: k-mean, hierarchical cluster analysis

b)
  • Association Rule Learning: Eclat, apriori

c)
  • Kernel PCA & PCA

d)
  • t-Distributed

e)
  • All of the above

51.

who is the father of Machine learning

a)
  • Geoffrey Chaucer

b)
  • Geoffrey Everest Hinton

c)
  • Geoffrey Hill

d)
  • None of the above Answer

52.

Designing a machine learning approach involves

a)
  • Choosing the target function to be learned

b)
  • Choosing a function approximation algorithm

c)
  • Choosing the type of training experience

d)
  • Choosing a representation for the target function

e)
  • All of the above

53.

Machine learning is the sub set of AI and deep learning is the subset of ML

a)

True

b)

False

54.

Which of the following is not type of learning?

a)
  • Supervised Learning

b)
  • Reinforcement Learning

c)
  • Unsupervised Learning

d)
  • Semi-unsupervised Learning

55.

oncept learning inferred a _____valued function from training examples of its input and output.

a)
  • Decimal

b)
  • Boolean

c)
  • Hexadecimal

d)
  • All of the above

56.

For each attribute, the hypothesis indicates by a “?’ means

a)
  • That no value is acceptable

b)
  • That any value is acceptable for this attribute

c)
  • Specify a single required value for the attribute

d)
  • None of the above

57.

FIND-S Algorithm starts from the most specific hypothesis and generalize it by considering only

a)
  • Negative and Positive training examples

b)
  • Negative training examples

c)
  • Negative or Positive training examples

d)
  • Positive training examples

58.

Which of the following are limitation of FIND-S Algorithm?

a)
  • It has no way to determine whether it has found the only hypothesis in H consistent with the data (i.e., the correct target concept), or whether there  are many other consistent hypotheses as well

b)
  • Inconsistent sets of training examples can mislead FIND-S

c)
  • we can define hypothesis spaces for which there is no maximally specific consistent hypothesis perform poorly when given noisy training data

d)
  • All of the above

59.

Machine learning algorithms are especially useful in

a)
  • Data mining problems where large databases may contain valuable implicit regularities that can be discovered automatically (e.g., to analyze outcomes of medical treatments from patient databases or to learn general rules for credit worthiness from financial databases) Poorly understood domains where human might not have the knowledge needed to develop effective algorithms (e.g., human face recognition from images)

b)
  • Domains where the program must dynamically adapt to changing conditions

c)
  • All of the above

60.

Real-Time decisions, Game AI, Learning Tasks, Skill Acquisition, and Robot Navigation are applications of which of the following

a)
  • Unsupervised Learning: Clustering

b)
  • Supervised Learning: Regression

c)
  • Supervised Learning: Classification

d)
  • Reinforcement Learning

61.

Which of the following is correct for Find-S

a)

<?,?,Round,?,Yes>

b)

<Round,?Round,?,Yes>

c)

<Square, ?, Round,?,Yes>

d)

None of the above

62.

Version space patterns for the given Dataset

a)

<Japan,?,?,?,Economy>

b)

<Japan,?,?,1980,Economy>

<Japan,?,Blue,?,Economy>

c)

<Japan,?,?,?,Economy>

<Japan,?,?,1980,Economy>

<Japan,?,Blue,?,Economy>

d)

None of the above

63.

Version space patterns to the given dataset

a)

<Small,?,Circle>

b)

<small,circle,?>

<Small,?,Circle>

c)

<small,circle,?>

<Small,?,Circle>

<small,red,circle>

d)

None of the above

64.

The full form of PAC is ______

a)

Partly Approximation Computation

b)

Probability Approximation Curve

c)

Probably Approximately Correct

d)

Partly Approximately Correct

65.

Who introduced the concept of PAC learning?

a)

Francis Galton

b)

Reverend Thomas Bayes

c)

J.Ross Quinlan

d)

Leslie Valiant

66.

When was PAC learning invented?

a)

1874

b)

1974

c)

1984

d)

1884

67.

What can be explained by PAC learning?

a)

Sample Complexity

b)

Overfitting

c)

Underfitting

d)

Label Function

68.

What is the significance of epsilon in PAC learning?

a)

Probability of approximation <= epsilon

b)

Maximum error <= epsilon

c)

Minimum error > epsilon

d)

Probability of approximation = delta – epsilon

69.

What is the significance of delta in PAC learning?

a)

Probability of approximation < delta

b)

Error < delta

c)

Confidence = 1 - delta

d)

Probability of approximation = delta – epsilon

70.

n terms of the bias-variance trade-off, which of the following is substantially more harmful to the test error than the training error?

a)

Bias

b)

Loss

c)

Variance

d)

Risk

71.

As the amount of training data increases

a)

Training error usually decreases and generalization error usually increases

b)

Training error usually decreases and generalization error usually decreases

c)

Training error usually increases and generalization error usually decreases

d)

Training error usually increases and generalization error usually increases

72.

Adding more basis functions in a linear model…

a)

Decreases model bias

b)

Decreases estimation bias

c)

Decreases variance

d)

Doesn’t affect bias and variance

73.

Regarding bias and variance, which of the following statements are true?

a)

Models which overfit have a high bias and underfit have a high variance

b)

Models which overfit have a high bias and underfit have a low variance

c)

Models which overfit have a low bias and underfit have a high variance

d)

Models which overfit have a low bias and underfit have a low variance

74.

Let’s say your model is overfitting. Which of the following is NOT a suitable method for attempting to decrease overfitting?

a)

Increase the amount of training data.

b)

Improve the optimization algorithm being used for error minimization

c)

Decrease the model complexity.

d)

Reduce the noise in the training data.

75.

Which of the following assertions about bias and variance is true?

a)

Models which overfit have a high bias.

b)

Models which overfit have a low bias

c)

Models which underfit have a high variance

d)

Models which underfit have a low variance.

76.

Consider a model that was built to classify a set of images of animals into that of cats and non-cats.
The model is claiming to have a fairly good performance. But some images were wrongly classified. One of the images of a dog was wrongly classified as that of a cat. This instance is an example of a

a)

True positive

b)

True Negative

c)

False Positive

d)

False Negative

77.

Referring to the example mentioned in the previous question, in one of the instances, the image of a horse was rightly classified as that of a non-cat. This instance is an example of a

a)

True positive

b)

True Negative

c)

False Positive

d)

False Negative

78.

The true-positive rate is also referred to as

a)

recall

b)

accuracy

c)

precision

d)

relative precision

79.

False negatives are

a)

Predicted negatives that are actually positives

b)

Predicted positives that are actually negatives

c)

Predicted negatives that are actually negatives

d)

Predicted positives that are actually positives

80.

Suppose your classification model predicted true for a class which actual value was false. Then this is a-

a)

False positive

b)

False negative

c)

True positive

d)

True negative

81.

You are given with target error of 0.05 and failure of 0.20. Choose correct option.

a)

Both are PAC

b)

h1 is PAC, h2 is not PAC

c)

h1 is not PAC, h2 is PAC

d)

Both are not PAC

82.

you are given with model 95% accuracy what is model error ?

a)

0.05

b)

0.5

c)

5

d)

0.005

83.

You are given with a model confidence of 85% then what is the failure value?

a)

15

b)

0.15

c)

1.5

d)

0.015

84.

Can Most Specific Hypothesis and Most Generic Hypothesis same?

a)

Yes

b)

No

c)

Can not say