필터 지우기
필터 지우기

Trained Series Network apply in SIMULINK

조회 수: 2 (최근 30일)
CHUAN-YU YAN
CHUAN-YU YAN 2021년 5월 26일
답변: David Willingham 2021년 5월 26일
Hello
I have a question about neural network application,
I have created a neural network through Deep Network Designer and completed the training in MATLAB.
Is there a way to import the trained neural network into SIMULINK?
It may be to import the SeriesNetwork file (this neural network is about sequence classification) into matlab function blcok, or other better practices.
Best regards.

채택된 답변

David Willingham
David Willingham 2021년 5월 26일
Hi Chuan-Yu,
As of R2021a there is a stateful-classify block in Simulink. The Stateful Classify block predicts class labels for the data at the input by using the trained recurrent neural network specified through the block parameter. This block allows loading of a pretrained network into the Simulink® model from a MAT-file or from a MATLAB® function. This block updates the state of the network with every prediction.
Regards,

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by