Practice free →
HomeClaudeaifoundationslinear_regression_and_supervised_learning › The SUPERVISED-learning setup gives the learner

The SUPERVISED-learning setup gives the learner

ALabelled (x, y) pairs and asks the learner to predict y on new x
BOnly a reward signal, no inputs
CA graph structure with no node labels
DOnly inputs x without any labels
Answer & Solution
Correct answer: A. Labelled (x, y) pairs and asks the learner to predict y on new x
Supervised learning is parametrised by a labelled training set {(x⁽ⁱ⁾, y⁽ⁱ⁾)} and learns h(x) ≈ y. Unsupervised has only x; reinforcement learns from a reward signal.
Solve this in the app — Claude practice & 24k+ MCQs →
Related questions