Question: What is the primary advantage of using LSTMs over standard RNNs?
Options:
Correct Answer: LSTMs have a memory cell that helps retain information over long sequences.
Solution:
LSTMs have a memory cell that allows them to retain information over long sequences, addressing the vanishing gradient problem in standard RNNs.