Case Study

Diagnosing a New Rich-Output Task

Case context: You are designing a deep learning system for a hospital that takes an X-ray image (input X) and generates a full diagnostic text report (output Y). Your team is debating whether this is just a standard classification problem.

Question: Based on the end-to-end machine translation example, diagnose what type of learning this medical system represents and justify your conclusion.

Sample answer: This represents rich-output learning. Just like machine translation outputs a full sentence in French rather than a single number, this system outputs a full diagnostic text report. With the right (X-ray, text report) labeled pairs, it can be trained end-to-end to produce an output that is significantly richer than a simple classification score.

Key points:

  • Classifies task as rich-output learning
  • Identifies the output is a sentence/text rather than a single number
  • Relies on having correct (input, output) labeled pairs

Rubric: The student must classify the task as rich-output learning and justify it by comparing the text report output to the single-number outputs of simpler tasks, referencing the translation example.

0

1

Updated 2026-05-27

Contributors are:

Who are from:

Tags

Data Science

Foundations of Large Language Models Course

Computing Sciences

D2L

Dive into Deep Learning @ D2L

Machine Learning

Deep Learning

Supervised Learning

Machine Learning Strategy

Machine Learning Yearning @ DeepLearning.AI