Artificial Intelligence & Machine Learning
What does Classification refer to?
- A. A subset of machine learning that uses neural networks with many layers to model complex patterns.
- B. An optimization algorithm used to minimize a model's error by iteratively adjusting its parameters.
- C. A supervised learning task that predicts a continuous numerical value.
- D. A supervised learning task that assigns input data into predefined categories. ✓
Correct answer
D. A supervised learning task that assigns input data into predefined categories.
Explanation
Classification refers to a supervised learning task that assigns input data into predefined categories.