training a Bidirectional LSTM using MATLAB?
1 次查看(过去 30 天)
显示 更早的评论
Hi, I was wondering if anyone has tried to train a bidirectional LSTM using MATLAB. Where the input is fed to one LSTM layer and the reversed input is fed to another LSTM layer, then the two layers are merged together by addition, multiplication or just concatenation so that the two layers learn simultaneously?
Any input is much welcomed. Thanks
0 个评论
回答(1 个)
Mustafa NUHOGLU
2018-3-10
As far as I know, MATLAB R2017b does not support bidirectional LSTM.
1 个评论
Shahrokh Firouzi
2018-4-13
Please check this Bidirectional long short-term memory (BiLSTM) layer: https://www.mathworks.com/help/nnet/ref/nnet.cnn.layer.bilstmlayer.html I am going to use it in my research, and I'm using Matlab2017b
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!