minibatchpredict or predict with stateful classify at simulink
21 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Bahadir
el 22 de Sept. de 2025 a las 23:23
Movida: Walter Roberson
el 24 de Sept. de 2025 a las 22:29
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?
1 comentario
Bahadir
el 23 de Sept. de 2025 a las 7:49
Movida: Walter Roberson
el 24 de Sept. de 2025 a las 22:29
Respuestas (0)
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!