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
2 次查看(过去 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!