check

Day 12 - Normalization / Standardization Quiz

Here’s your chance to prove what you learned

Ready? Let’s test your Day-12 knowledge

Start

Question 1 of 8

What is the primary purpose of normalization in machine learning?

A

To increase the range of values in a dataset

B

To reduce the number of features in a dataset

C

To scale features to a common range

D

To eliminate outliers from a dataset

Question 2 of 8

Which of the following is NOT a benefit of using normalization?

A

Improved algorithm convergence

B

Better comparability between features

C

Preservation of original value interpretation

D

Reduced impact of different units of measurement

Question 3 of 8

What is the formula used by Min-Max Scaler for normalization?

A

(x - mean) / standard deviation

B

(x - min) / (max - min)

C

(x - median) / (max - median)

D

x / max

Question 4 of 8

In which scenario might normalization be less beneficial or even detrimental?

A

When working with neural networks

B

When using distance-based algorithms like K-Nearest Neighbors

C

When the dataset contains significant outliers

D

When all features are already on the same scale

Question 5 of 8

What is the primary goal of standardization in machine learning?

A

To remove outliers from the dataset

B

To transform features to have a mean of 0 and standard deviation of 1

C

To scale features between 0 and 1

D

To reduce the number of features in the dataset

Question 6 of 8

Which of the following is NOT a benefit of using standardization?

A

It helps meet the normal distribution assumption

B

It's more robust to outliers than normalization

C

It preserves the original unit interpretation

D

It improves the performance of many machine learning algorithms

Question 7 of 8

In which scenario might standardization be particularly beneficial?

A

When working with categorical data

B

When using algorithms that assume normal distribution of data

C

When all features are already on the same scale

D

When the dataset has no outliers

Question 8 of 8

What is a potential drawback of applying standardization to a dataset?

A

It always removes important information from the data

B

It makes the algorithm more sensitive to outliers

C

It can make it difficult to interpret the data in its original context

D

It always decreases the performance of machine learning models

Confirm and Submit