minibatchpredict or predict with stateful classify at simulink

조회 수: 33 (최근 30일)
Bahadir
Bahadir 2025년 9월 22일 23:23
댓글: Walter Roberson 2025년 9월 29일 16:59
I trained LSTM for fault detecting.
when I use "minibatchpredict" or "predict" command at matlab command window, it is work very well.
scores = minibatchpredict(net,XTest);
or
YPred = predict(net, XTest);
But when I use Stateful Classify at simulink, it is very bad.
I use all time same data and net.
Matlab command window work very well with minibatchpredict and predict command but simulink is not good Stateful Classify.
Why?
  댓글 수: 2
Bahadir
Bahadir 2025년 9월 23일 7:49
이동: Walter Roberson 2025년 9월 24일 22:29
Please help
Walter Roberson
Walter Roberson 42분 전
We understand that you are anxious to get a response, but re-opening duplicate questions is not the way to get it.
So far, the volunteers who answer questions here do not have any answer for you.
For example, I have very very little experience with LSTM, and no experience at all using Simulink's Stateful Classify.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Large-Scale Modeling에 대해 자세히 알아보기

제품


릴리스

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by