필터 지우기
필터 지우기

multi input and multi output LSTM

조회 수: 8 (최근 30일)
Mostafa Aghaie
Mostafa Aghaie 2022년 8월 18일
답변: Yash Sharma 2024년 7월 5일 4:55
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?

답변 (1개)

Yash Sharma
Yash Sharma 2024년 7월 5일 4:55
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

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품


릴리스

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by