State of the input gate neuron in LSTM

Unique ID: /.inputGateLSTM

\(g^\text{input}\)

Description

The symbol, \(g^\text{input}\), represents the state of the input neuron to the Long Short-Term Memory block. It stands for a vector of real values. It is typically used with a related timestep, e.g. \(g^\text{input}(n+1)\) represents the state of the input neuron at time \(n\).

References

  1. Jaeger, H. (n.d.). Neural Networks (AI) (WBAI028-05) Lecture Notes BSc program in Artificial Intelligence. Retrieved April 27, 2024, from https://www.ai.rug.nl/minds/uploads/LN_NN_RUG.pdf

Was this page helpful?