CNN+BLSTM network

3 ビュー (過去 30 日間)
zeinab al hawraa koumayha
zeinab al hawraa koumayha 2020 年 6 月 5 日
回答済み: praguna manvi 2024 年 11 月 5 日
I'm working on CNN+BLSTM project on matlab2019 that provides the training of these 2 blocks together. Which layer can I use to make the CNN output (feature maps) compatible with BLSTM input? I want to convert each feature map into a vector. Flatten layer doesn't solve my issue.

回答 (1 件)

praguna manvi
praguna manvi 2024 年 11 月 5 日
To integrate "CNN" and "LSTM" blocks together, you should apply the "CNN" layer to each input in the sequence. The extracted feature maps can then be passed onto "BLSTM" or "LSTM" layers for sequential processing. Here's an existing example in R2024b that demonstrates this:
openExample("deeplearning_shared/SequenceClassificationUsingCNNLSTMNetworkExample")
For more information, check out the "Define 2-D CNN LSTM Architecture" section at the following link:

カテゴリ

Help Center および File ExchangeAI for Wireless についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by