Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Why the "Stateful Classify" block at simulink is predict differently than the "minibatchpredict" and "predict"command on matlab command window
11 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Bahadir
el 25 de Sept. de 2025 a las 18:47
Cerrada: Walter Roberson
el 29 de Sept. de 2025 a las 16:56
I have trained a LSTM network for fault detecting and load it in Simulink blocks "stateful classify".
Although I use all time same data and network, Why the "Stateful Classify" block at simulink is predict wrongly than the "minibatchpredict" and "predict" command on matlab command window?
when I use "minibatchpredict" or "predict" command at matlab command window, The result is very correct (%99)
scores = minibatchpredict(net,XTest);
and
YPred = predict(net, XTest);
But when I use Stateful Classify at simulink, The result of Stateful Classify (ypred) are very wrong.
2 comentarios
Walter Roberson
el 29 de Sept. de 2025 a las 16:56
still duplicate. Reopening duplicate questions just wastes everyone's time.
Respuestas (0)
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!