This symbol represents the memory cell of an LSTM.
This symbol represents the memory cell of an LSTM. It is central to the inner-working of network's ability to remember.
This symbol represents the memory cell of an LSTM. It is central to the inner workings of the network's ability to remember. It stores a vector of real values, which are updated at each timestep. It is typically used with a related timestep, e.g. \(c(n)\) represents the state of memory cell at time \(n\).