H13-311_V3.5 · Question #52
What model is not a cyclic neural network?
The correct answer is C. GBOT. GBOT is not a recognized neural network architecture at all - it is a fabricated term included as a distractor, so it cannot belong to the category of cyclic (recurrent) neural networks. RNN, LSTM, and GRU are all wrong answers because they are well-established recurrent…
Question
What model is not a cyclic neural network?
Options
- ARNN
- BLSTM
- CGBOT
- DGRU
How the community answered
(60 responses)- A3% (2)
- B12% (7)
- C80% (48)
- D5% (3)
Explanation
GBOT is not a recognized neural network architecture at all - it is a fabricated term included as a distractor, so it cannot belong to the category of cyclic (recurrent) neural networks. RNN, LSTM, and GRU are all wrong answers because they are well-established recurrent models: RNNs are the foundational cyclic network that feeds output back into itself across time steps, LSTMs are a more advanced recurrent architecture that uses gating mechanisms to manage long-term dependencies, and GRUs are a streamlined variant of LSTMs with fewer parameters but the same recurrent structure. All three share the defining feature of cyclic connections that allow information to flow across sequence steps, which GBOT lacks by virtue of not existing.
Memory tip: Think of the three real recurrent models as a family - RNN is the parent, and LSTM and GRU are its two children. Any name that does not fit this family tree is your answer for "not cyclic."
Topics
Community Discussion
No community discussion yet for this question.