How to run a trained keras model in simulink?

조회 수: 3 (최근 30일)
Ehsan Asadi
Ehsan Asadi 2019년 4월 13일
댓글: David Willingham 2022년 4월 28일
I have developed a Keras LSTM model to predict a time series signal for me. Now I need to use this model in MATLAB Simulink. Any help?
I have a MATLAB R2017b which does not have the toolbox for importing Keras models.
  댓글 수: 2
David Willingham
David Willingham 2022년 4월 28일
Ehsan, R2017b is quite an old release and there have been significant updates to MATLAB and the world of deep learning since then. I'd recommend upgrading to the current release.

댓글을 달려면 로그인하십시오.

답변 (1개)

Sivylla Paraskevopoulou
Sivylla Paraskevopoulou 2022년 4월 27일
This example shows how to import a TensorFlow model by using the importTensorFlowNetwork function, and then use the Predict block to classify images in Simulink.
There is a blog post that shows how to integrate an imported TensorFlow network in Simulink:

카테고리

Help CenterFile Exchange에서 Predictive Maintenance Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by