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

Is there a way to architect a bidirectional RNN? #59

Open
clebersa opened this issue Feb 17, 2020 · 1 comment
Open

Is there a way to architect a bidirectional RNN? #59

clebersa opened this issue Feb 17, 2020 · 1 comment
Labels

Comments

@clebersa
Copy link

This is not a feature suggestion per so, but a question about this awesome package for Weka.

I was wondering if it is possible to define a configuration for a RNN such as it can be considered a bidirectional RNN. Is there a way?

I have been reading the documentation for DL4J and there are some layers specified there that are explicitly defined as bidirectional. On Weka DL4J there is the truncated back propagation through time backward and forward parameters. Does setting the backward parameter as 0 make my network as unidirectional? Does setting both != 0 make my network bi-directional?

Thank you very much.

@braun-steven
Copy link
Member

No, this is not yet implemented.

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

No branches or pull requests

2 participants