multi input and multi output LSTM
6 ビュー (過去 30 日間)
古いコメントを表示
Hello,Dears
I want to create LSTM with multiple inputs and multiple outputs for example (y1(t),y2(t),y3(t))=(x1(t),x2(t),x3(t),x4(t),y1(t-1),y2(t-1),y3(t-1)), but I can't find any documentation about it.
Can anyone share anything on this?
0 件のコメント
回答 (1 件)
Hornett
2024 年 9 月 20 日
You can train a multi-output LSTM network using a custom training loop. Here is an example of how to train a network with multiple outputs: https://www.mathworks.com/help/deeplearning/ug/train-network-with-multiple-outputs.html
You may also find this doc page helpful: https://www.mathworks.com/help/deeplearning/ug/multiple-input-and-multiple-output-networks.html.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Sequence and Numeric Feature Data Workflows についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!