1. How to build a Deep Learning network which applies multiple sequence inputs into their corresponding LSTM layers separately, then combines the outputs of LSTM together into a classification layer?

4 ビュー (過去 30 日間)
Nap Guo
Nap Guo 2020 年 8 月 31 日
回答済み: Krishna 2024 年 8 月 26 日
just like this

回答 (1 件)

Krishna
Krishna 2024 年 8 月 26 日
Hi,
To build these networks with multiple inputs and multiple outputs you need to understand 3 layers ‘additionLayer’, ‘connectLayers’ and ‘concatenationLayer.’ Please look at these documentation to learn more regarding this,
For storing data for the training of these kind of networks you need to use datastores. Look at the following documentation to learn more,
Also look at the following example to learn how to build multi-input multi-output networks,
Hope this helps.

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

製品


リリース

R2020a

Community Treasure Hunt

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

Start Hunting!

Translated by