Learn Before
Speech Recognition Produces Structured Outputs
Automatic speech recognition uses an audio signal as input and produces a word sequence as output, so it is a task with a rich, structured output rather than a single 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
Direct Image-to-Text Captioning
Direct Text-to-Audio Mapping
End-to-End Question Answering Inputs and Output
Direct Translation Is a Rich-Output Learning Problem
Speech Recognition Produces Structured Outputs
What kinds of outputs can an end-to-end model learn directly?
End-to-end deep learning can only be used when the target is a single numeric value.
To train an end-to-end system that produces detailed outputs, you need the right labeled _____ pairs.
Match each output type to a concrete example of a rich prediction.
Order the reasoning steps for deciding whether an end-to-end system can predict a rich output.
What most enables end-to-end learning to handle outputs such as sentences, images, or audio?
A language model can be trained to generate a complete sentence directly from labeled examples.
Learning rich outputs directly with one model is described as an accelerating _____ in deep learning.
Match each end-to-end application with the kind of rich output it produces.
Steps for Training an End-to-End System That Produces a Rich Output
Why End-to-End Models Need Labeled Structured Targets
Training a Document-to-Summary Model
What kind of outputs can end-to-end deep learning learn?
Learn After
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