Caption Generation with the Inject and Merge Encoder-Decoder Models - MachineLearningMastery.com

Caption generation is a challenging artificial intelligence problem that draws on both computer vision and natural language processing. The encoder-decoder recurrent neural network architecture has...

By · · 1 min read
Caption Generation with the Inject and Merge Encoder-Decoder Models - MachineLearningMastery.com

Source: MachineLearningMastery.com

Caption generation is a challenging artificial intelligence problem that draws on both computer vision and natural language processing. The encoder-decoder recurrent neural network architecture has been shown to be effective at this problem. The implementation of this architecture can be distilled into inject and merge based models, and both make different assumptions about the role […]