check

Day 13 - Normalization vs. Standardization Quiz

Test Your Knowledge

Click the button below to start.

Start

Question 1 of 4

Which of the following best describes the main difference between normalization and standardization?

A

Normalization uses the mean, while standardization uses the median

B

Normalization scales to a fixed range, while standardization centers around mean 0 with standard deviation 1

C

Normalization is only for categorical data, while standardization is for numerical data

D

Normalization removes outliers, while standardization preserves them

Question 2 of 4

In which scenario would normalization be more appropriate than standardization?

A

When performing Principal Component Analysis (PCA)

B

When dealing with features that have significantly different scales

C

When working with image processing tasks

D

When the algorithm assumes normally distributed data

Question 3 of 4

Why is standardization often preferred for anomaly detection tasks?

A

It preserves the original distribution of the data

B

It's more computationally efficient than normalization

C

It's less sensitive to outliers compared to normalization

D

It allows for easier interpretation of the original units

Question 4 of 4

In which of the following scenarios would you likely choose normalization over standardization?

A

When preparing data for a neural network with sigmoid activation functions

B

When conducting a t-test on your data

C

When performing k-means clustering

D

When applying linear regression to your dataset

Confirm and Submit