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

Make LSTM more LSTM-like #143

Open
tomjaguarpaw opened this issue Oct 24, 2019 · 1 comment
Open

Make LSTM more LSTM-like #143

tomjaguarpaw opened this issue Oct 24, 2019 · 1 comment
Assignees

Comments

@tomjaguarpaw
Copy link
Collaborator

LSTM logsumexp has 2 added to the sum. Do we know why this is? The earliest occurrence I can see is d75f713#diff-cadabfe323e7f3ac5fe22b5de628d2aeR24

@awf awf changed the title Why do we add 2 in LSTM logsumexp? Make LSTM more LSTM-like Oct 24, 2019
@awf
Copy link
Contributor

awf commented Oct 24, 2019

Yes that is very odd, and doesn't ring a bell. Let's also make this issue track other LSTM oddnesses: diagonal weight matrix. Any more?

tomjaguarpaw pushed a commit that referenced this issue Oct 30, 2019
because of #143

Eventually we plan to change to a standard LSTM formulation
tomjaguarpaw pushed a commit that referenced this issue Nov 4, 2019
because of #143

Eventually we plan to change to a standard LSTM formulation
@awf awf changed the title Make LSTM more LSTM-like EXT: Make LSTM more LSTM-like Dec 18, 2019
@tomjaguarpaw tomjaguarpaw changed the title EXT: Make LSTM more LSTM-like Make LSTM more LSTM-like Dec 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants