12 Sequence-to-sequence learning: Part 2

 

This chapter covers

  • Implementing the attention mechanism for the seq2seq model
  • Generating visualizations from the attention layer to glean insights from the model

12.1 Eyeballing the past: Improving our model with attention

12.1.1 Implementing Bahdanau attention in TensorFlow

12.1.2 Defining the final model

12.1.3 Training the model

12.2 Visualizing the attention

Summary

Answers to exercises