
Explanation:
The question asks: "Which machine learning technique uses labeled training data with correct output values?" This directly describes supervised learning, where the training dataset consists of input-output pairs (labeled data). The model learns by mapping inputs to known outputs, minimizing prediction errors. Examples include classification (e.g., spam detection) and regression (e.g., price prediction).
Thus, only supervised learning matches the requirement for labeled training data with correct outputs.
Ultimate access to all questions.
No comments yet.