Learn Before
Short Answer

Why the data source does not change a consistent label mapping

Question: A plant-disease classifier is trained with photos of the same leaves, some taken in a greenhouse and others taken outdoors. Why does the function f(x) not need to know which setting produced the photo in order to decide whether this auxiliary data source is consistent with the target task?

Sample answer: Because the label depends on the visual content of the leaf, not on whether the photo was taken in a greenhouse or outdoors. The same input-to-label mapping applies in both settings, so f(x) can predict y from x without using the source of x.

Key points:

  • The mapping from input x to label y is the same for both settings.
  • The source of the photo is not needed to determine the label.

Rubric: The answer should explain that f(x) can map x to y without knowing whether the photo came from the greenhouse or outdoors because the underlying label relationship is unchanged across the two sources.

0

1

Updated 2026-08-12

Contributors are:

Who are from:

Tags

Machine Learning

Deep Learning

Supervised Learning

Dive into Deep Learning @ D2L

Data Science

Machine Learning Strategy

Machine Learning Yearning @ DeepLearning.AI