minibatchpredict or predict with stateful classify at simulink

33 ビュー (過去 30 日間)
Bahadir
Bahadir 2025 年 9 月 22 日 23:23
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 約5時間 前
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 Center および File ExchangeLarge-Scale Modeling についてさらに検索

製品


リリース

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by