Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why consider cell state vectors instead of hidden state vectors #29

Open
navid5792 opened this issue Aug 5, 2018 · 0 comments
Open

Comments

@navid5792
Copy link

navid5792 commented Aug 5, 2018

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant