H13-311_V3.5 · Question #329
Which of the following does not belong to long-term memory LSTM (long Short稵erm Memory) network architecture?
The correct answer is A. Memory door. Option A, "Memory door (gate)," is not a component of standard LSTM architecture - LSTMs have exactly three gates: the forget gate, the input gate, and the output gate, and no gate called a "memory gate" exists. The forget gate (B) is real: it decides what information to…
Question
Which of the following does not belong to long-term memory LSTM (long Short稵erm Memory) network architecture?
Options
- AMemory door
- BForget the door
- CInput door
- DOutput door
How the community answered
(44 responses)- A82% (36)
- B5% (2)
- C11% (5)
- D2% (1)
Explanation
Option A, "Memory door (gate)," is not a component of standard LSTM architecture - LSTMs have exactly three gates: the forget gate, the input gate, and the output gate, and no gate called a "memory gate" exists. The forget gate (B) is real: it decides what information to discard from the cell state using a sigmoid activation. The input gate (C) is real: it controls what new information gets written into the cell state. The output gate (D) is real: it determines what portion of the cell state is exposed as the hidden state output. Memory tip: remember F-I-O (Forget, Input, Output) - three gates, three letters - if a question introduces a fourth gate like "memory gate," it's the impostor.
Topics
Community Discussion
No community discussion yet for this question.