Lukas' Notes

Home

❯

Knowledge

❯

Encoder-Decoder

Encoder-Decoder

Jul 25, 20251 min read

machine-learning

Definition

Encoder-Decoder

A neural network architecture where an encoder processes input data into a compact representation (e.g., a latent vector or context vector), and a decoder uses this representation to generate an output.


Graph View

Backlinks

  • Attention is All You Need

Created with Quartz v4.4.0 © 2025

  • GitHub