treelstm.pytorch icon indicating copy to clipboard operation
treelstm.pytorch copied to clipboard

Why consider cell state vectors instead of hidden state vectors

Open navid5792 opened this issue 6 years ago • 0 comments

Hi, I was going through another implementation of tree LSTM from https://github.com/ttpro1995/TreeLSTMSentiment where for sentiment classification, they consider the hidden state values instead of the cell state values. The original paper also used the notation "h" rather than "c" while doing the vector multiplication and subtraction in section 4.2. My question is why did you went for "c" instead of "h" and why not both?

navid5792 avatar Aug 05 '18 23:08 navid5792