You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: