U.S. Independence Day Deal! Unlock 25% OFF Today – Limited-Time Offer - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

USAII CAIC Exam - Topic 7 Question 1 Discussion

Which of the following statement is CORRECT for RNN?
E) a, b and c only
A) One prominent drawback of RNNs is that they cannot remember more than a few time steps.
B) RNN lacks long-term memory.
C) Long Short-Term Memory LSTM networks are an extension of RNNs that encapsulate long-term memory.
D) a and b only

USAII CAIC Exam - Topic 7 Question 1 Discussion

Actual exam question for USAII's CAIC exam
Question #: 1
Topic #: 7
[All CAIC Questions]

Which of the following statement is CORRECT for RNN?

Show Suggested Answer Hide Answer
Suggested Answer: E

The correct answer is E. a, b and c only because all three statements correctly describe Recurrent Neural Networks and their limitation. RNNs are neural network models designed for sequential data such as text, speech, time-series data, and ordered events. They process information step by step and use previous hidden states to influence later outputs.

Statement A is correct because a major drawback of traditional RNNs is their difficulty in remembering information over many time steps. This happens mainly because of vanishing gradient problems during training. Statement B is also correct because standard RNNs generally struggle with long-term dependencies, meaning they may fail to retain important information from earlier parts of a sequence. Statement C is correct because Long Short-Term Memory networks are a specialized extension of RNNs designed to handle long-term memory more effectively using gates that control what information is stored, forgotten, and passed forward.

Therefore, the best answer is E. a, b and c only.


Contribute your Thoughts:

0/2000 characters
Kattie
1 month ago
I remember studying that RNNs struggle with long sequences, so A seems correct. But I'm not sure about B.
upvoted 0 times
...

Save Cancel