Short Answer

What supervised learning usually predicts

Question: In traditional supervised learning, what is learned, and what did the prediction output usually look like?

Sample answer: A model learned a mapping h from inputs in X to outputs in Y. The prediction y was usually a numeric value, such as an integer or a real number.

Key points:

  • The learner fit a mapping h from X to Y.
  • The output y was usually numeric.
  • Common numeric outputs included integers and real-valued numbers.

Rubric: The response should identify the learned mapping h:X→Y and state that the usual output was numeric, specifically including integers and real numbers.

0

1

Updated 2026-08-12

Contributors are:

Who are from:

Tags

Data Science

D2L

Dive into Deep Learning @ D2L

Machine Learning

Deep Learning

Supervised Learning

Machine Learning Strategy

Machine Learning Yearning @ DeepLearning.AI