Implementing Attention Mechanism for Caption Generation Using TensorFlow on Transformers
Overview Understand the state-of-the-art transformer models. Learn how we implement transformers for the image captioning problem we have seen using TensorFlow. Compare the results of transformers with attention models. Introduction We have seen that the attention mechanism has become a compelling component of various tasks (such as image captioning) in sequence modeling and transduction models, … Read more