Learn Before
Concept

Gates in LSTMs

Gates are made use of by LSTM units to control the flow of information into and out of the units that comprise the network layers.

  • The Forget Gate deletes information from the context that is no longer needed
  • The Add Gate selects the information to add to the current context
  • The Output Gate decides what information is required for the current hidden state

0

1

Updated 2021-11-14

Tags

Data Science