Learn Before
Essay

Why end-to-end speech systems can predict more than a single value

Question: Explain why end-to-end learning is useful for speech recognition. Describe what the model receives and what it produces, and state why this output is more complex than a single numeric prediction.

Sample answer: An end-to-end system is trained on matched input-output examples so it can map raw speech directly to the desired label. For speech recognition, the input is an audio recording of someone speaking, and the output is the full text of the spoken words. That output is a sequence of words or characters, so the model is not limited to producing one number; it can generate a much richer structured result.

Key points:

  • End-to-end training uses paired examples of inputs and target outputs.
  • The input for speech recognition is an audio recording.
  • The output is a text transcript.
  • The output can be a multiword sequence rather than a single scalar.

Rubric: Score based on identifying audio as the input, transcript as the output, and explaining that the output is a richer structured prediction than a single number.

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