Bird
0
0

Why might a GRU be preferred over an LSTM for certain text tasks?

hard📝 Conceptual Q10 of 15
NLP - Sequence Models for NLP
Why might a GRU be preferred over an LSTM for certain text tasks?
AGRUs use convolutional filters internally
BGRUs can handle longer sequences than LSTMs
CGRUs do not require gating mechanisms
DGRUs have fewer parameters and train faster while maintaining performance
Step-by-Step Solution
Solution:
  1. Step 1: Compare GRU and LSTM architectures

    GRUs have simpler structure with fewer gates than LSTMs.
  2. Step 2: Understand impact on training and performance

    Fewer parameters mean faster training with similar accuracy on many tasks.
  3. Final Answer:

    GRUs have fewer parameters and train faster while maintaining performance -> Option D
  4. Quick Check:

    GRU = simpler, faster, efficient [OK]
Quick Trick: GRU is simpler and faster than LSTM with similar results [OK]
Common Mistakes:
MISTAKES
  • Assuming GRUs handle longer sequences better
  • Thinking GRUs use convolutions
  • Believing GRUs lack gating

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More NLP Quizzes