Hi everyone , i have LSTM trained model (time series sequence) which i want to load in my simulink model. how can i proceed with it. any help please
조회 수: 1 (최근 30일)
이전 댓글 표시
Hi everyone , i have LSTM trained model (time series sequence) which i want to load in my simulink model.
how can i proceed with it. any help please
댓글 수: 0
답변 (1개)
Cris LaPierre
2024년 5월 26일
편집: Cris LaPierre
2024년 5월 26일
Train your network in MATLAB, then perform inference with it in Simulink using the predict block from the Deep Learning Blockset.
댓글 수: 2
Cris LaPierre
2024년 5월 26일
I would just use predict, not stateful predict. What the model does is determined when you train it. See this example about using an LSTM to classify (label) a sequence.
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!