hycis / bidirectional_RNN

bidirectional lstm
MIT License
153 stars 52 forks source link

Added return_sequences #5

Closed cjmcmurtrie closed 9 years ago

cjmcmurtrie commented 9 years ago

The bi dir LSTM with return_sequences feature.

It's possible you could shave a little time off this with just one if statement and return, but since Theano optimises these things I don't know it would make any difference.