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

Implement LSTM layer #10

Closed
5 tasks
drahnr opened this issue Jul 24, 2017 · 2 comments
Closed
5 tasks

Implement LSTM layer #10

drahnr opened this issue Jul 24, 2017 · 2 comments

Comments

@drahnr
Copy link
Member

drahnr commented Jul 24, 2017

This is a 4 step task:

  • expand the cudnn bindings in rcudnn
  • use the rcudnn bindings in coaster-nn
  • create a apropriate interface in coaster
  • use that interface to define a layer in juice
  • implement tests
@drahnr
Copy link
Member Author

drahnr commented Jul 27, 2017

An overview/introduction on how an LSTM layer is architectured internally: http://colah.github.io/posts/2015-08-Understanding-LSTMs/

@drahnr
Copy link
Member Author

drahnr commented Jul 27, 2017

presentation_lstm.pdf

@drahnr drahnr mentioned this issue Jul 27, 2017
5 tasks
nbigaouette pushed a commit to nbigaouette/juice that referenced this issue Aug 31, 2018
Decoupling and Typed Memory Interface
drahnr pushed a commit that referenced this issue Feb 1, 2020
@drahnr drahnr closed this as completed in 7b61cbb Feb 1, 2020
@drahnr drahnr mentioned this issue Mar 13, 2020
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

1 participant