wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Supervised and unsupervised learning

Total questions: 15

Worksheet time: 8mins

Name
Class
Date
1.

A value that defines the step taken at each iteration, before correction?

a)

Gradient descent

b)

learning rate

c)

l2 regularization

d)

l1 regularization

2.

Adding a new feature to the model always results in equal or better performance on the training set?

a)

False

b)

True

3.

Which of the statement about gradient descent is true?

a)

We find local maxima in gradient descent

b)

It is an optimization algorithm

4.

The following descriptions best describe what: 1. Value that has to be assigned manually. 2. The K value in K-nearest-neighbor is an example of this. 3. Value is set before the training.

a)

Centroid

b)

Model Parameter

c)

Model hyper parameter

d)

Significance

5.

Which of these isn’t a classification type?

a)

Binary classification

b)

Multiclass multilabel

c)

Singleclass multilabel

d)

Multiclass Single Label

6.

Which of these is not a supervised learning algorithm?

a)

Representation Learning

b)

Classification

c)

Regression

7.

Which of these metrics are used to evaluate classification algorithm?

a)

AUC

b)

Precision

c)

Predicted vs True Chart

d)

F1 Score

8.

Which if these is not a parameter for multi class neural network?

a)

Regularization Weight

b)

Number of Hidden Nodes

c)

Learning Rate

d)

Number of Learning Iterations

9.

Which of these can be evaluated by a confusion matrix ?

a)

Recall

b)

F1 Score

c)

Precision

d)

All

10.

Select the odd one out.

a)

AUC

b)

ROC

c)

Logistic Regression

11.

Which of the following methods do we use to find the best fit line for data in Linear Regression?

a)

Least Square Error

b)

Maximum Likelihood

c)

Logarithmic Loss

d)

Both A and B

12.

what are the key challenges in successfully training machine learning model?

a)

Features available in the data sets

b)

Algorithms that are suitable for the task

c)

Hyper parameters Tuning

d)

Evaluation Metrics

13.

_____ is a learning model that is used to identify a relationship between large amounts of information from a data set.

a)

Classification

b)

Multi class classification

c)

Association

d)

Unsupervised learning

14.

The goal of clustering a set of data is to?

a)

choose the best data from the set

b)

divide them into groups of data that are near each other

c)

determine the nearest neighbors of each of the data

d)

predict the class of data

15.

Logistic regression is?

a)

Supervised machine learning algorithm

b)

Unsupervised machine learning algorithm

c)

Both