nerdexam
Huawei

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…

Deep Learning Basics

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)
  • A
    82% (36)
  • B
    5% (2)
  • C
    11% (5)
  • D
    2% (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

#LSTM Architecture#Neural Network Gates#RNN#Deep Learning

Community Discussion

No community discussion yet for this question.

Full H13-311_V3.5 Practice