Reader small image

You're reading from  The Deep Learning Architect's Handbook

Product typeBook
Published inDec 2023
PublisherPackt
ISBN-139781803243795
Edition1st Edition
Right arrow
Author (1)
Ee Kin Chin
Ee Kin Chin
author image
Ee Kin Chin

Ee Kin Chin is a Senior Deep Learning Engineer at DataRobot. He holds a Bachelor of Engineering (Honours) in Electronics with a major in Telecommunications. Ee Kin is an expert in the field of Deep Learning, Data Science, Machine Learning, Artificial Intelligence, Supervised Learning, Unsupervised Learning, Python, Keras, Pytorch, and related technologies. He has a proven track record of delivering successful projects in these areas and is dedicated to staying up to date with the latest advancements in the field.
Read more about Ee Kin Chin

Right arrow

Understanding GRU

Gated recurrent units (GRU) was invented in 2014 and based on the ideas implemented in LSTM. GRU was made to simplify LSTM and provide a faster and more efficient way of achieving the same goals as LSTM to adaptively remember and forget based on past and present data. In terms of the learning capacity and metric performance achievable, there isn’t a clear silver-bullet winner among the two and often in the industry, the two RNN units are benchmarked against each other to figure out which method provides a better performance level. Figure 4.4 shows the structure of GRU.

Figure 4.4 – A low-level depiction of GRU

Figure 4.4 – A low-level depiction of GRU

Figure 4.4 adopts the same weights and bias notations as the LSTM depicted in Figure 4.2. There are three different names here for the final small letter notation. R being the reset gate, z representing the update gate, and h representing weights used to obtain the next hidden states. This means a GRU cell has fewer...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
The Deep Learning Architect's Handbook
Published in: Dec 2023Publisher: PacktISBN-13: 9781803243795

Author (1)

author image
Ee Kin Chin

Ee Kin Chin is a Senior Deep Learning Engineer at DataRobot. He holds a Bachelor of Engineering (Honours) in Electronics with a major in Telecommunications. Ee Kin is an expert in the field of Deep Learning, Data Science, Machine Learning, Artificial Intelligence, Supervised Learning, Unsupervised Learning, Python, Keras, Pytorch, and related technologies. He has a proven track record of delivering successful projects in these areas and is dedicated to staying up to date with the latest advancements in the field.
Read more about Ee Kin Chin