What is the merge mode of Bidirectional LSTM?

3 ビュー (過去 30 日間)
Thu Nguyen
Thu Nguyen 2019 年 12 月 1 日
コメント済み: Thu Nguyen 2019 年 12 月 11 日
I'm using Bidirectional LSTM bilstmLayer from MATLAB but I cannot figure out which merge mode is used to combine the output of 2 element LSTM networks (concatenation, multiplication, average, or sum)
And is there anyway to change this mode?
Thank you!

採用された回答

Raunak Gupta
Raunak Gupta 2019 年 12 月 5 日
Hi,
The bilstmLayer uses concatenation mode as we can check by the number of activations generated by the layer in the output while creating a dummy network and running analyzeNetwork for it. Currently only this mode is supported for bilstmLayer.
  1 件のコメント
Thu Nguyen
Thu Nguyen 2019 年 12 月 11 日
Thank you so much Raunak Gupta!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSequence and Numeric Feature Data Workflows についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by