Conceptual
Login

LSTM Forget Gate

A sigmoid layer over the current input and previous hidden state that outputs a 0-to-1 factor per cell-state dimension, elementwise-multiplied into the cell state to decay or erase old memory. Its bias is typically initialized to 1 so the network starts by remembering everything.