While LSTMs have three gates, the GRU simplifies the model by using only ________ gates.
- 1
- 2
- 3
- 4
Gated Recurrent Units (GRUs) simplify the model by using only two gates: an update gate and a reset gate, as opposed to the three gates in LSTMs.
Loading...
Related Quiz
- In deep learning, ________ refers to the concept of using a model trained on a large dataset and adapting it to a specific task.
- What is the main challenge faced by NLP systems when processing clinical notes in electronic health records?
- Why is it crucial for machine learning models, especially in critical applications like healthcare or finance, to be interpretable?
- A data scientist notices that their model performs exceptionally well on the training set but poorly on the validation set. What might be the reason, and what can be a potential solution?
- Decision Trees often suffer from ______, where they perform well on training data but poorly on new, unseen data.