Recall & Review
beginner
What is the main goal of classification in machine learning?
The main goal of classification is to predict which category or group a new data point belongs to based on patterns learned from labeled examples.
Click to reveal answer
beginner
Why does classification predict categories instead of numbers?
Classification predicts categories because it sorts data into distinct groups or classes, unlike regression which predicts continuous numbers.
Click to reveal answer
intermediate
How does a classification model decide the category for a new input?
It compares the new input's features to patterns learned from training data and assigns the category that best matches those patterns.
Click to reveal answer
beginner
Give a real-life example where classification is used.
Email spam detection is a common example: the model classifies emails as 'spam' or 'not spam' based on their content.
Click to reveal answer
intermediate
What is the difference between classification and clustering?
Classification uses labeled data to predict categories, while clustering groups data without labels based on similarity.
Click to reveal answer
What does a classification model predict?
Which of these is an example of classification?
Why do classification models need labeled data?
Which task is NOT a classification problem?
What type of output does classification produce?
Explain in your own words why classification predicts categories and not numbers.
Describe a real-life example where classification helps solve a problem.