Correct option is D
• Supervised learning uses labeled data, where inputs are paired with correct outputs.
• The model learns by comparing predictions with actual results.
Information Booster:
• Common algorithms: Linear Regression, Decision Trees, SVM
• Used in tasks like classification and prediction
Additional Knowledge:
• Inductive learning (Option A) – general concept
• Reinforcement learning (Option B) – learning through rewards
• Unsupervised learning (Option C) – no labeled data