wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Machine Learning

Total questions: 20

Worksheet time: 15mins

Name
Class
Date
1.

Aarush is a data scientist who has developed a machine learning model to predict house prices based on various features. However, he notices that the model performs exceptionally well on the training data but fails to generalize to new data. What is this phenomenon called?

a)


Fitting a model with insufficient data

b)

Fitting a model too closely to the training data

c)


Fitting a model with too few features

d)

Fitting a model to the validation set

2.

Aashi is developing a machine learning model to predict house prices. She wants to ensure that her model performs well on new, unseen data. What is the purpose of cross-validation in machine learning?

a)

To evaluate the model's performance on unseen data

b)

To increase the size of the training dataset

c)

To reduce the complexity of the model

d)

To optimize the model's hyperparameters

3.

In a data science competition, a team of analysts is trying to improve their model's performance by selecting the most relevant features from their dataset. Which of the following is a common method for feature selection that they might use?

a)

Gradient Descent

b)

Principal Component Analysis (PCA)

c)

Random Forest

d)

Support Vector Machine

4.

Mira is a data scientist working on a machine learning project. She is trying to improve her model's performance and is considering how to balance the complexity of her model. What does the term 'bias-variance tradeoff' refer to in this context?

a)

The effect of regularization on model complexity

b)

The impact of data size on model performance

c)

The relationship between training and validation accuracy

d)

The balance between underfitting and overfitting a model

5.

In a recent project, Kavya developed a machine learning model to classify emails as spam or not spam. To assess how well her model was performing, she decided to use a confusion matrix. What is the purpose of using a confusion matrix in classification tasks?

a)

To select features for the model

b)

To visualize the distribution of the dataset

c)

To evaluate the performance of a classification model

d)

To optimize the model's parameters

6.

In a tech company, a team of data scientists is working on improving the accuracy of their predictive models for customer behavior. They decide to use a method that involves combining the predictions from several different models to achieve better results. What does this method refer to?

a)

Reducing the number of features in a dataset

b)

Training models on different datasets

c)

Using a single model for predictions

d)

Combining multiple models to improve performance

7.

Riyaan is analyzing a dataset of customer preferences to group similar customers together for targeted marketing. Which algorithm is commonly used for clustering tasks?

a)

Linear Regression

b)

k-Means

c)

Decision Trees

d)

Logistic Regression

8.

Neha is working on a machine learning project and needs to improve her model's performance. She realizes that she needs to optimize the settings that govern the training process to achieve better results. What does the term 'hyperparameter tuning' refer to?

a)

Evaluating the model on a test dataset

b)

Adjusting the model's parameters during training

c)

Choosing the best model architecture

d)

Optimizing the settings that govern the training process

9.

Myra is developing a machine learning model to predict housing prices. She notices that her model is becoming too complex and is overfitting the training data. What is the purpose of using regularization in her model?

a)

To improve the model's interpretability

b)

To enhance the model's accuracy on the training set

c)

To increase the training speed

d)

To prevent the model from becoming too complex

10.

Asher is a data scientist working on a project that involves predicting customer behavior. He is considering different machine learning models for his analysis. What is the main advantage of using decision trees in machine learning?

a)

They can handle both numerical and categorical data

b)

They require less data preprocessing

c)

They are less interpretable than other models

d)

They are always more accurate than other models

11.

Riyaan is training a machine learning model to predict house prices. He is trying to understand how quickly his model learns from the data he provides. What does the term 'learning rate' refer to in the context of training machine learning models?

a)

The number of iterations in training

b)

The speed at which a model learns from data

c)

The complexity of the model architecture

d)

The size of the training dataset

12.

Kavya is training a neural network for a project, but she notices that the model performs well on the training data but poorly on the validation data. To improve her model's performance and prevent overfitting, which of the following techniques should she consider?

a)

Reducing the learning rate

b)

Increasing the number of layers

c)

Using dropout layers

d)

Using more training data

13.

Identify the Problem:

We have Information of all previous general elections with respect to party, votes, Candidates, Locality, Issues in nation, etc. With All this information we need to find the winner of next general election.

a)

Classification

b)

Regression

c)

Clustering

d)

none of them

14.

Identify the problem:

Tara is a real estate analyst who has gathered information on all houses in a particular area, including size, type and design of house, locality, colour, previous purchase, etc. Based on this data, she needs to determine the price of a specific house.

a)

Classification

b)

Regression

c)

Clustering

d)

Prbabilistic

15.

Identify a problem:

Riyaan has details of corona affected positive cases found in various regions. Depending upon parameters like number of increasing corona infected patients, weather conditions etc. regions are classified into red zone, Green zone and Orange Zone. On the basis of these data we have to predict the region of a city.

a)

classification

b)

regression

c)

clustering

d)

unsupervised learning

16.

Cross validation is used for

a)

Comparing predictors

b)

Selecting parameters in prediction function

c)

Selecting variables to include in a model

d)

All of the mentioned

17.

During a data science workshop, a group of participants is discussing various methods of cross-validation to evaluate their machine learning models. They come across several techniques and want to identify which one is not a recognized method. Which of the following is not a method of cross validation?

a)

Leave One Out CV

b)

K-Fold CV

c)

Stratified K-Fold CV

d)

Timeline CV

18.

Riyaan is working on a project that involves categorizing different types of fruits based on their characteristics. He needs to choose a method for multiclass classification. Which is/are method to do multiclass classification?

a)

One Vs Rest

b)

One vs One

c)

All vs One

d)

One vs Other

19.

In a recent data science project, Divya was tasked with predicting whether a customer would buy a product based on their online behavior. To ensure her model's output was a probability between 0 and 1, which of the following functions did she use?

a)

Sigmoid

b)

polynomial

c)

square

d)

rbf

20.

In a machine learning competition, Naira is trying to build a model to predict house prices. She notices that her model performs exceptionally well on the training data but poorly on the validation data. Which of the following statements is True regarding her model's performance?

a)

Model which overfit has high bias and high variance

b)

Model which overfits have Low bias and low variance

c)

Model which overfits has high Bias and Low variance

d)

Model which overfits has low Bias and High Variance