The ________ in LSTMs help prevent the vanishing gradient problem common in traditional RNNs.
- Forget Gates
- Input Gates
- Output Gates
- Update Gates
The "Forget Gates" in Long Short-Term Memory (LSTM) networks allow them to retain and discard information from the past, addressing vanishing gradients.
Loading...
Related Quiz
- How can biases in training data affect the fairness of a machine learning model?
- SVMs aim to maximize the margin, which is the distance between the decision boundary and the nearest ______ from any class.
- How do Policy Gradient Methods differ from value-based methods in their approach to reinforcement learning?
- In the context of the bias-variance trade-off, which one is typically associated with complex models with many parameters?
- In clustering problems where the assumption is that...