Short Answer

What is one advantage of pipeline decomposition over end-to-end learning, according to the source?

Question: In one to three sentences, state one advantage of using pipeline decomposition (such as a cat detector and cat breed classifier) instead of a purely end-to-end classifier trained on 0/1 labels.

Sample answer: Pipeline decomposition breaks the task into simpler components, such as a cat detector and a cat breed classifier, and each component is easier to learn and requires significantly less data than training a single end-to-end classifier.

Key points:

  • Pipeline components are easier to learn individually
  • Each component requires significantly less data than an end-to-end classifier

Rubric: Full credit for stating that decomposed components are easier to learn and require less data than the end-to-end classifier. Partial credit for a vague answer without mentioning reduced data requirements.

0

1

Updated 2026-07-09

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