wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Recap Machine Learning

Total questions: 8

Worksheet time: 4mins

Name
Class
Date
1.

Which of the following statements is true for supervised learning?

a)

The algorithm learns from input-output pairs to predict outputs for unseen inputs.

b)

Supervised learning does not require any labeled data.

c)

Supervised learning can only be used for classification tasks.

d)

In supervised learning, the output space must be continuous.

2.

Which of the following is a key characteristic of a probabilistic classifier?

a)

It predicts the class label based solely on distance metrics.

b)

It provides a probability distribution over class labels for each prediction.

c)

It uses a decision boundary to separate classes in the feature space.

d)

It works by minimizing the error between predicted and true values.

3.

Which of the following techniques is commonly used for hyperparameter tuning in machine learning models to improve performance?

a)

Grid Search

b)

Cross-validation

c)

Data augmentation

d)

Regularization

4.

Which of the following metrics would be most appropriate for evaluating the performance of a regression model?

a)

Accuracy

b)

Precision

c)

Mean Absolute Error (MAE)

d)

F1-score

5.

Which of the following deep learning architectures is primarily used for image classification tasks due to its ability to capture spatial hierarchies in images?

a)

Recurrent Neural Networks (RNN)

b)

Fully Connected Neural Networks (FCNN)

c)

Support Vector Machines (SVM)

d)

Convolutional Neural Networks (CNN)

6.

What does generalization refer to in machine learning?

a)

The model's ability to memorize training data

b)

The model's ability to perform well on new, unseen data

c)

The process of increasing training accuracy

d)

Using more features to improve performance

7.

In machine learning, overfitting means:

a)

The model works well on every data point

b)

The model is too simple to learn patterns

c)

The model learns training data too exactly

d)

The model always gives the right results

8.

Which of the following is true about a neural network?

a)

It follows only fixed logic rules to decide

b)

It is modeled after the human brain system

c)

It does not require any input data to trainIt works without any training data needed

d)

It is useful only for working with pictures