Quoc Le explains sequence-to-sequence deep learning, from email auto-reply to translation, attention, and memory-augmented networks.

Quoc Le — Research scientist at Google who co-developed sequence-to-sequence learning and the Smart Reply feature in Gmail/Inbox.
This is a technical lecture in which Quoc Le builds up sequence-to-sequence (seq2seq) deep learning from first principles. He starts with a simple yes/no email auto-reply classifier using bag-of-words and logistic regression, then introduces recurrent networks to preserve word ordering, and finally the encoder-decoder architecture that maps variable-length inputs to variable-length outputs. He covers training with stochastic gradient descent and auto-differentiation, prediction via greedy and beam search decoding, and the attention mechanism that fixes the fixed-length-representation bottleneck. He discusses real applications including Google's Smart Reply, machine translation, image captioning, and speech recognition, and closes with active research areas like memory-augmented and operation-augmented neural networks for question answering and reasoning.