check

Day 12 - Normalization / Standardization Quiz

Test Your Knowledge

Click the button below to start.

Start

Question 1 of 4

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 4

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 4

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 4

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

Confirm and Submit