A violin shop wants one network that compresses a belly photo into a code, one that writes a condition note from that code, and one that does both. Which role names match those jobs?
Select an answer to reveal the explanation.
Short Explanation
An encoder packs the belly photo into a compact code; a decoder unpacks a code into a note; the combo does the round trip. Those role names follow what each side consumes and emits. They are not fancy names for a learning-rate dial.
Full Explanation
An encoder maps inputs into a latent code. A decoder maps a code into outputs such as text or reconstructed signals. An encoder–decoder joins both roles in one architecture. Distinguishing them by consume/emit behavior is the associate-level goal.