Beginner Artificial Intelligence & Machine Learning
Q38 / 100

What is the difference between classification and regression?

Correct! Well done.

Incorrect.

The correct answer is B) Classification predicts discrete class labels; regression predicts continuous numeric values

B

Correct Answer

Classification predicts discrete class labels; regression predicts continuous numeric values

Explanation

Classification: email spam/not, image = cat/dog/car. Regression: predict house price, temperature. Both are supervised. Logistic regression is classification despite the name. Some problems can be formulated as either.

Progress
38/100