126. Encoder-Decoder Architecture

  • A neural network design pattern commonly used in sequence-to-sequence tasks, where the encoder processes the input and the decoder generates the output. ​

Last updated