Learn Before
Direct Image-to-Text Captioning
For caption generation, a neural network can take an image as input x and produce a natural-language caption y directly.
0
1
Tags
Python Programming Language
Data Science
Machine Learning
Deep Learning
Supervised Learning
Dive into Deep Learning @ D2L
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
What is the direct output of an end-to-end image captioning network?
A direct image-to-caption system can take a photo as input and produce a caption as output without a separate hand-built intermediate stage.
End-to-End Image Captioning Produces a Direct Description
Match each symbol or term to its role in a direct image-to-text captioning model.
Put the stages of a captioning model’s forward pass in order.
Which statement best describes an end-to-end email spam detector?
Input and output roles in a captioning model
A speech-to-text system that produces full sentences directly is an example of directly learning _____ outputs.
Match each captioning concept to its description.
Order the steps for recognizing a direct mapping from raw input to a detailed output
Explaining End-to-End Image Captioning
Automating Short Descriptions for Product Photos
Inputs and Targets in a Captioning Model