minibatchpredict or predict with stateful classify at simulink

36 vues (au cours des 30 derniers jours)
Bahadir
Bahadir le 22 Sep 2025 à 23:23
Commenté : Walter Roberson le 29 Sep 2025 à 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 commentaires
Bahadir
Bahadir le 23 Sep 2025 à 7:49
Déplacé(e) : Walter Roberson le 24 Sep 2025 à 22:29
Please help
Walter Roberson
Walter Roberson il y a environ 6 heures
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.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Large-Scale Modeling dans Help Center et File Exchange

Produits


Version

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by