Learn Before
Input and Output in a Speech-to-Text System
Question: In a speech-to-text system, what is the input and what is the output? Also, how does that output differ from a simpler prediction such as a single class label or a numeric score?
Sample answer: The input is the audio recording, and the output is the written transcript. The transcript is a rich output because it contains a sequence of words, not just one label or one number.
Key points:
- Input: audio recording.
- Output: written transcript.
- The output is more detailed than a single label or score.
Rubric: Award points for identifying audio as the input, transcript as the output, and explaining that the output is richer than a single number or class label.
0
1
Tags
Machine Learning
Deep Learning
Supervised Learning
Dive into Deep Learning @ D2L
Data Science
Machine Learning Strategy
Machine Learning Yearning @ DeepLearning.AI
Related
In an end-to-end speech recognition system, what goes in and what comes out?
A speech-to-text transcript is a rich output because it can contain many words rather than a single number.
Speech Recognition Inputs
Match each item in an end-to-end speech system to what it represents.
Order the checks for deciding whether a problem fits direct end-to-end learning with rich outputs.
What trend does modern deep learning show for end-to-end systems with complex outputs?
End-to-end learning can sometimes map inputs directly to complex outputs such as transcripts, masks, or other structured labels when suitable labeled pairs are available.
End-to-end systems that produce rich outputs are an _____ direction in deep learning.
Match each output example to whether it is a rich output or a single-number output.
Put the stages of an end-to-end speech recognizer into the correct order.
Why Speech-to-Text Is a Rich-Output Task
Transcribing Spoken Notes and the Data Needed for End-to-End Training
Input and Output in a Speech-to-Text System