[TOC]
Encoder-Decoder
Main problem with Encoder-Decoder:
- A sentence may have different parts with different concepts
- The whole sentence is represented as single vector
Solution :
- Use all outputs of the encoder
$h_i$ to compute the outputs - build an Attention Mechanism to determine which output to attend to
Question answering tasks
Memory Networks
Key-Value Networks



