wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Machine Learning Quiz

Total questions: 59

Worksheet time: 30mins

Name
Class
Date
1.

Hey there! Can you guess what we call the application of machine learning methods to analyze customer behavior?

a)

data mining

b)

artificial intelligence

c)

big data computing

d)

internet of things

2.

Hey there! Viaan is working on a cool machine learning project. If Viaan's model uses the target variable in its output, what kind of model is it?

a)

Informative model

b)

Fortune-telling model

c)

Adventure model

d)

All of the above

3.

Hey there! Can you tell me in which type of learning we use labelled training data?

a)

unsupervised learning

b)

supervised learning

c)

reinforcement learning

d)

active learning

4.

Imagine Rahul, Asher, and Sanya embarking on an exciting project in their classroom! They are exploring different feature selection methods. Which method involves starting with an empty feature set?

a)

Forward feature selection

b)

Backward feature selection

c)

Both A and B

d)

None of the above

5.

Hey there! Can you guess if the statement below is true or false?

In PCA the number of input dimensions are equal to principal components

a)

True

b)

False

6.

Avani, Aanya, and Aarav are planning a fun project together. They want to use PCA to reduce the dimensions of their data and visualize it effectively. Is this statement true or false?

a)

true

b)

false

7.

Hey there! Can you help Krish, Divya, and Akhil choose the ultimate machine learning method?

a)

scalable

b)

accuracy

c)

fast

d)

all of the above

8.

Hey there! Can you tell me what makes unlabeled examples stand out in the world of machine learning?

a)

They come with no prior knowledge

b)

They come with no confusing knowledge

c)

They come with some prior knowledge

d)

They come with a lot of confusing knowledge

9.

Hey there! Can you tell me what dimensionality reduction helps with?

a)

stochastics

b)

collinerity

c)

performance

d)

entropy

10.

Hey there! Can you help Rahul with this exciting challenge? What type of data is used to build a data mining model in a machine learning project?

a)

training data

b)

validation data

c)

test data

d)

hidden data

11.

Avani, Alisha, and Nikita are like the three musketeers of a school. Each one has their unique style and personality, making them stand out from each other. Just like how all principal components are orthogonal to each other!

a)

Avani & Alisha

b)

Alisha & Nikita

c)

Nikita & Avani

d)

all of the above

12.

Hey there! Can you help Advait figure out the best way to choose the number of principal components "k"?

a)

Go for the smallest value of k that retains at least 99% of the variance.

b)

Opt for k to be 99% of m (k = 0.99*m, rounded to the nearest integer).

c)

Pick the largest value of k that retains 99% of the variance.

d)

Try using the elbow method.

13.

Avni, Ria, and Aanya are working on a data science project. They need to identify an example of feature extraction. Which of the following actions would be considered as feature extraction?

a)

Constructing bag of words from an email

b)

Applying PCA to reduce high dimensional data

c)

Removing stop words

d)

Performing forward selection

14.

Hey there! Let's have some fun with a question:

What is the definition of Prediction?

a)

It's like magic - the result of applying a specific theory or rule in a specific case

b)

Imagine it as a cool tool in statistics that helps find projections in multidimensional data

c)

Think of it as a secret code entered in a database by an expert

d)

Picture it as something that stands on its own, independent of data

15.

Hey there! Riyaan, Anika, and Neha are exploring weather data to predict the next storm. What type of learning is this an example of?

a)

supervised learning

b)

reinforcement learning

c)

unsupervised learning

d)

dimensionality reduction

16.

Hey there! Let's play a game of knowledge. Can you tell me when PCA works best? 1. When there is a linear structure in the data 2. When the data lies on a curved surface and not on a flat surface 3. When variables are scaled in the same unit

a)

1 and 2

b)

2 and 3

c)

1 and 3

d)

1,2 and 3

17.

Siya, a brilliant student, has a magical Grade variable F1 that can transform into A, B, C, or D. Can you guess which statement is correct?

a)

F1 is like a secret code, a nominal variable!

b)

F1 is like a ranking system, an ordinal variable!

c)

None of the above, F1 is unique!

d)

F1 is both a ranking system and a secret code!

18.

Hey there! Imagine Tisha, Eshaan, and Arnav are competing in a fun data science challenge. What could be a potential hiccup when trying to implement Leave-One-Out-Cross-Validation (LOOCV) in a real-world scenario?

a)

low variance

b)

high variance

c)

faster runtime compared to k-fold cross validation

d)

slower runtime compared to normal validation

19.

Which model represents Support Vector Machine?

a)

Logical Model

b)

Probabilistic Model

c)

Geometric Model

d)

None of the above

20.

Imagine Ishaan is training a Support Vector Machine model with a super high Gamma value using the RBF kernel. What does this indicate?

a)

the model would consider even far away points from the hyperplane for modeling

b)

the model would consider only the points close to the hyperplane for modeling

c)

the model would not be affected by distance of points from hyperplane for modeling

d)

none of the above

21.

Hey there! Let's talk about a cool trick we use before unleashing the power of the Gaussian kernel in SVM. What's the deal with feature normalization?

a)

It magically scales the features to a standard range

b)

It's like a secret sauce that boosts the model's performance

c)

It's a must-have for tree-based models to shine

d)

None of the above, it's a game-changer!

22.

Hey there! Let's talk about wrapper methods, shall we?

a)

Definitely! They are like the superheroes of hyper-parameter selection methods.

b)

Maybe not always the best choice, but they have their moments of glory.

c)

They are like secret agents, working behind the scenes with 'black box' learning machines.

d)

Let's just say, they are not always the life of the party.

23.

Hey there! Can you guess which superhero can't achieve zero training error on any linearly separable dataset?

a)

Iron Man

b)

Spider-Man

c)

Superman

d)

Batman

24.

Imagine Vanya is on a mission to train a hard-margin linear SVM on a group of n > 100 data points in R2. The hyperplane formed has exactly 2 support vectors. If Aditi sneaks in one more data point and retrain the classifier, what is the maximum possible number of support vectors for the new hyperplane (assuming the total n + 1 points are linearly separable)?

a)

2

b)

3

c)

n

d)

n+1

25.

Let Neha and Divya be the set of magic wands and Rahul and Neha be the enchanted spells for a wizardry problem using different spells respectively. Which of the following are correct?

a)

Neha ⊆ Divya

b)

Neha may not be a subset of Divya

c)

Rahul = Neha

d)

all of the above

26.

Hey there! Let's talk about outliers. Which statement below is true?

a)

Outliers should be part of the training dataset but should not be present in the test data

b)

Outliers should be identified and removed from a dataset

c)

The nature of the problem determines how outliers are used

d)

Outliers should be part of the test dataset but should not be present in the training data

27.

Hey there! Neha, Viaan, and Eesha decided to conduct a fun survey with 105 participants. Among them, 9 were mistakenly identified as positive, 6 as negative, 26 as negative, and 70 as negative. What do you think would be the error rate?

a)

45 percentage

b)

99 percentage

c)

28 percentage

d)

20 percentage

28.

Imagine, Eshaan is exploring a dataset with highly imbalanced class. The majority class is seen 99% of times in the training data. Eshaan's model achieves 99% accuracy after making predictions on test data. What can we conclude in this scenario?

a)

The model is excelling

b)

The model might be overfitting

c)

Accuracy may not be a reliable metric here

d)

None of the above

29.

During a data science competition, Ria is tackling a project that involves training a Support Vector Machine (SVM). The time complexity for training an SVM is at least O(n^2). Based on this information, which dataset sizes are not ideal for SVMs?

a)

large datasets

b)

small datasets

c)

medium sized datasets

d)

size does not matter

30.

Hey there! Can you guess what type of learner Perceptron Classifier is?

a)

Aarav: unsupervised learning algorithm

b)

Tisha: semi-supervised learning algorithm

c)

Aanya: supervised learning algorithm

d)

None of the above

31.

Why did Tara decide to implement PCA in her data science project?

a)

To simplify the data without losing important information

b)

To make the model more sophisticated and accurate

c)

To add a touch of mystery and intrigue to the dataset

d)

None of the above

32.

Hey there! Can you guess which application of SVM is most commonly used?

a)

Image classification

b)

Speech recognition

c)

Text summarization

d)

None of the above

33.

Hey there! Can you guess the top reason why decision trees are awesome in machine learning?

a)

Super easy to interpret and visualize

b)

Exclusively for linear data

c)

Demands feature normalization

d)

None of the above

34.

Hey there! What's the coolest thing about decision trees in machine learning?

a)

They are super easy to interpret and visualize

b)

They are the best for linear data

c)

No need for feature normalization

d)

None of the above, of course!

35.

Why did Aisha decide to implement PCA in her data science project?

a)

To simplify the data representation

b)

To add complexity to the model

c)

To inject some randomness into the dataset

d)

None of the above

36.

Hey there! Can you guess which application of SVM is most common?

a)

Image classification

b)

Speech recognition

c)

Text summarization

d)

None of the above

37.

Why does Aanya love using K-means clustering for customer segmentation in her marketing projects?

a)

Because it helps her group customers based on similar characteristics for targeted marketing campaigns

b)

Because it allows her to analyze customer behavior over time

c)

Because it enables her to predict future customer trends

d)

None of the above

38.

Hey there! Can you help Aanya figure out which of the following is a common application of Random Forest?

a)

Image classification

b)

Speech recognition

c)

Text summarization

d)

None of the above

39.

Hey there! Can you guess the top reason why logistic regression is a superstar in marketing analytics?

a)

It gives you probabilities for outcomes

b)

It's the go-to for linear data

c)

Feature normalization is a must

d)

None of the above

40.

Hey there! Krish is exploring the world of marketing analytics and wants to know - What's the coolest thing about logistic regression?

a)

It gives probabilities for outcomes

b)

It's the go-to for linear data

c)

No need for feature normalization

d)

None of the above

41.

Hey there! Can you tell me the primary purpose of Principal Component Analysis (PCA) in the exciting world of data science?

a)

To simplify the data by reducing its dimensions

b)

To make the model more intricate and interesting

c)

To add some spice by introducing noise in the dataset

d)

None of the above

42.

Hey there! Can you guess which application of SVM is commonly used?

a)

Image classification

b)

Speech recognition

c)

Text summarization

d)

None of the above

43.

Hey there! Can you guess the superpower of logistic regression in the world of machine learning?

a)

Unveils probabilities for outcomes

b)

Exclusively for linear data

c)

Demands feature normalization

d)

None of the above

44.

Hey there! Saisha, Prisha, and Myra are on a mission to understand K-means clustering in machine learning. Can you help them out by selecting the main purpose of using K-means clustering?

a)

To classify data into distinct groups based on similarity

b)

To reduce the dimensionality of the data

c)

To introduce noise in the dataset

d)

None of the above

45.

Hey there! Can you help Aisha figure out which of the following methods won't guarantee zero training error on any linearly separable dataset?

a)

decision tree

b)

15-nearest neighbors

c)

hard-margin svm

d)

perceptron

46.

Hey there! What's the coolest thing about Naive Bayes in the world of machine learning?

a)

Magically handles missing values like a pro

b)

No need for feature scaling, it's a breeze

c)

Works its magic on all types of data, not just linear

d)

Serves up probabilities for outcomes like a fortune teller

47.

Hey there! Avni, Viaan, and Neha are planning a fun activity. Can you guess which one of the following is a common application of Random Forest?

a)

Avni's amazing Image classification skills

b)

Viaan's outstanding Speech recognition abilities

c)

Neha's fantastic Text summarization talent

d)

None of the above

48.

Hey there! Can you tell me what makes K-nearest neighbors so awesome?

a)

Handles missing values like a pro

b)

Needs feature scaling to shine

c)

Super easy to understand and explain

d)

Can dish out probabilities for outcomes

49.

Avni, Asher, and Aisha decided to play a fun game where they conducted a survey with 105 participants. Out of these, 9 were mistakenly identified as positive, 6 were mistakenly identified as negative, 26 were mistakenly identified as negative, and 70 were correctly identified as negative. What would be the error rate?

a)

45 percentage

b)

99 percentage

c)

28 percentage

d)

20 percentage

50.

Hey there! Can you guess the superpower of using logistic regression in machine learning?

a)

Unlocks probabilities for outcomes

b)

Works like a charm for linear data

c)

Demands feature normalization

d)

Sorry, none of the above

51.

Which of the following is a common application of Random Forest?

a)

Image classification

b)

Speech recognition

c)

Text summarization

d)

None of the above

52.

What is the main advantage of using K-nearest neighbors in machine learning?

a)

Simple to implement and understand

b)

Only suitable for linear data

c)

Require feature normalization

d)

None of the above

53.

Which of the following is a common application of Random Forest?

a)

Image classification

b)

Speech recognition

c)

Text summarization

d)

None of the above

54.

What is the main advantage of using ensemble methods in machine learning?

a)

Handles missing values well

b)

Requires feature scaling

c)

Easy to interpret and explain

d)

Provides probabilities for outcomes

55.

Suppose Anika is training a hard-margin linear SVM on n > 100 data points in R2, yielding a hyperplane with exactly 2 support vectors. If Vanya adds one more data point and retrain the classifier, what is the maximum possible number of support vectors for the new hyperplane (assuming the n + 1 points are linearly separable)?

a)

2

b)

3

c)

n

d)

n+1

56.

Why is K-means clustering commonly used in customer segmentation for marketing purposes?

a)

To group customers based on similar characteristics for targeted marketing campaigns

b)

To analyze customer behavior over time

c)

To predict future customer trends

d)

None of the above

57.

Hey there! Can you help Aisha understand which of the following methods is not guaranteed to achieve zero training error on any linearly separable dataset?

a)

decision tree

b)

15-nearest neighbors

c)

hard-margin svm

d)

perceptron

58.

Hey there! Can you explain in which type of learning we utilize labelled training data?

a)

unsupervised learning

b)

supervised learning

c)

reinforcement learning

d)

active learning

59.

Hey there! Can you describe what makes K-nearest neighbors an excellent choice?

a)

Handles missing values like a pro

b)

Needs feature scaling to shine

c)

Super easy to understand and explain

d)

Can dish out probabilities for outcomes