Case Study

Transcribing Spoken Notes and the Data Needed for End-to-End Training

Case context: A company is building a tablet feature that turns recorded voice memos into written text. The team wants a single end-to-end model that takes an audio clip and outputs the full transcript.

Question: How should this output be classified, and what training data does the team need in order to fit the end-to-end model?

Sample answer: The output should be treated as a rich output because it is a full sentence or multiword transcript rather than a single scalar value. To train the model, the team needs the correct labeled input-output pairs, specifically audio recordings matched with their corresponding text transcripts.

Key points:

  • The transcript is a rich output.
  • Training requires labeled input-output pairs.
  • The relevant pairs are audio clips and their transcripts.

Rubric: The response must classify the transcript as a rich output and state that training requires matched audio and transcript pairs.

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