Learn Before
Determine whether the example matches a standard supervised-learning output type.
Case context: A model uses household features to learn a mapping f:U→V. For each record, it predicts one value: the estimated monthly energy bill, expressed as a decimal number.
Question: Using only the stated rule for traditional supervised learning outputs, should this system be considered a match? Give a brief explanation.
Sample answer: Yes. The model connects inputs to outputs and produces a single numeric prediction. A decimal-valued prediction fits one of the standard output categories used for traditional supervised learning.
Key points:
- The model learns a mapping from inputs to outputs.
- It predicts one numeric value.
- A numeric value is an accepted output form in the usual pattern.
Rubric: Award full credit for a clear yes, identification of the input-output mapping, and an explanation that a single number is a standard supervised-learning output.
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.