
Answer-first summary for fast verification
Answer: Supervised learning
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). - **Why A (Supervised Learning) is correct**: It explicitly relies on labeled data with correct outputs for training, aligning perfectly with the question's description. - **Why other options are incorrect**: - **B (Unsupervised Learning)**: Uses unlabeled data to find patterns or structures without predefined outputs (e.g., clustering). - **C (Reinforcement Learning)**: Learns through rewards/penalties from interactions with an environment, not labeled datasets. - **D (Transfer Learning)**: Leverages pre-trained models on new tasks, which may use labeled or unlabeled data but isn't defined by labeled training data specifically. Thus, only supervised learning matches the requirement for labeled training data with correct outputs.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.