See more
Outputs from the LSTM cell are H ( current hidden state ) and C ( current memory state)
Inputs to the LSTM cell at any step are X (current input) , H ( previous hidden state ) and C ( previous memory state)