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

Long Short-Term Memory #2

Open
Lunderberg opened this issue Sep 24, 2016 · 1 comment
Open

Long Short-Term Memory #2

Lunderberg opened this issue Sep 24, 2016 · 1 comment

Comments

@Lunderberg
Copy link

https://en.wikipedia.org/wiki/Long_short-term_memory

This looks pretty cool. I'll see if I can think of a way to implement it while still keeping the "single loop over connections" that we have.

@Lunderberg
Copy link
Author

I can imagine a new type of node, which retains its current value, rather than being reset when it is used as an output. There would also be a new type of connection, which is used to reset the memory nodes.

What I'm not sure about would be the ordering of the MemoyReset connection in the list of connections. It would need to occur before any of the other inputs to the memory node. That way, the new value to be remembered gets all of the inputs. What I'll have to think about is whether this additional restriction in the ordering can cause the list to be un-orderable.

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