A recurrent encoder-decoder translation model used as one of the systems analyzed in the paper.
rnn encoder--decoder
model
DESCRIPTION
CONCEPT RECORD
- Types
model
- Aliases
RNN encoder-decoder
- Contributors 박진우 (dztg5apj7m) extractionAnonymous (12632b8b5f) review
RELATED CONCEPTS
- encoder-decoder architecture
An RNN Encoder--Decoder is a recurrent neural machine translation model that follows the encoder-decoder architecture of encoding a source sentence and decoding a target translation.