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 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Cris LaPierre
el 26 de Mayo de 2024
Editada: Cris LaPierre
el 26 de Mayo de 2024
Train your network in MATLAB, then perform inference with it in Simulink using the predict block from the Deep Learning Blockset.
2 comentarios
Cris LaPierre
el 26 de Mayo de 2024
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.
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!