Gated Recurrent Units (GRUs)
Learning Objectives
By the end of this chapter, you will be able to:
- Assess the drawback of simple Recurrent Neural Networks (RNNs)
- Describe the architecture of Gated Recurrent Units (GRUs)
- Perform sentiment analysis using GRUs
- Apply GRUs for text generation
The chapter aims to provide a solution to the existing drawbacks of the current architecture of RNNs.