Conceptual
Login

LSTM Output Gate

A sigmoid gate that filters the tanh of the cell state to produce the hidden state exposed to the next layer and time step. It decouples what the cell remembers internally from what it reveals, so long-term memory need not leak into every prediction.