Learn Before
Describe the standard supervised-learning map and output type.
Question: In a brief analytical response, explain what a learned predictor f: X → Y means in conventional supervised learning and describe the usual form of the target value y.
Sample answer: In conventional supervised learning, the model learns a function f that takes an input x from X and produces an output in Y. In many classic tasks, y is a scalar quantity such as an integer label or a real-valued number.
Key points:
- Supervised learning learns a function f.
- f maps X to Y.
- The target/output is y.
- In many standard applications, y is an integer or a real number.
Rubric: A complete response identifies f as the learned mapping from X to Y and states that y is usually an integer or a real number. Full credit requires both the mapping and the output type.
0
1
Tags
Data Science
D2L
Dive into Deep Learning @ D2L
Machine Learning
Deep Learning
Supervised Learning
Machine Learning Strategy
Machine Learning Yearning @ DeepLearning.AI
Related
What type of target value was most common in classic supervised learning tasks?
In traditional supervised learning, the target output y was usually an integer or a real number.
Complete the supervised-learning mapping: h: _____ → Y.
Match each symbol with its meaning in a basic supervised learning notation.
Order the steps for describing the usual supervised-learning output.
Describe the standard supervised-learning map and output type.
Determine whether the example matches a standard supervised-learning output type.
What supervised learning usually predicts
Which option best describes a standard supervised-learning setup?
The notation h: X→Y means X is the set of outputs and Y is the set of inputs.