Learn Before
Concept

Inputs and Outputs of LSTM Cells

Given the appropriate weights for the various gates, an LSTM accepts as input the context layer, and hidden layer from the previous time step, along with the current input vector.

The cell then generates updated context and hidden vectors as output. The hidden layer can be used as input to subsequent layers in a stacked RNN, or to generate an output for the final layer of a network.

0

1

Updated 2021-11-14

Tags

Data Science