encoder-decoder architecture

This is a neural network architecture commonly used in tasks like machine translation and text generation. The encoder processes the input data to create a condensed representation, while the decoder uses this representation to produce an output sequence.

6 papers