wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Friday Night Quiz 3 by Sayed Ahmed

Total questions: 5

Worksheet time: 4mins

Name
Class
Date
1.

Select the true statements

a)

we can use clustering algorithms to discover implicit grouping within the data

b)

Autoencoders is a supervised learning algorithm

c)

k-means is Density-based clustering

2.

Select true statement about clustering

a)

the goal is to maximize intra-cluster distance

b)

the goal is to maximize intra-cluster similarity

c)

in Distribution-based clustering the algorithm clusters members that are closely packed together

3.

which statements are true

a)

Precision refers to proportion of Actual positive casses that were correctly identified

b)

if your model always outputs a positive prediction, it would have 100% recall but be completely uninformative

c)

F1 score = 2 * Precision * Recall / Precision + recall

4.

Select correct statements

a)

The Linear Regression and Logistic Regression is used for solving Regression problems

b)

in Linear regression Gradient descent can help minimizing error at each step of the model training process

c)

residual should be normally distributed

5.

select correct statement

a)

Deep learning is a Parametric approach

b)

Deep learning requires massive amounts of training data

c)

explicit feature engineering required in classical ML