how can ı use "minibatchpredict(net,XTest);" command on simulink?
32 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Bahadir
el 29 de Sept. de 2025 a las 19:09
Comentada: Bahadir
el 8 de Oct. de 2025 a las 19:02
I trained a LSTM network.
How can I use "scores = minibatchpredict(net,XTest);" and "YPred = predict(net, XTest);" commands on Simulink?
0 comentarios
Respuestas (1)
AJ Ibraheem
el 6 de Oct. de 2025 a las 13:16
Editada: Walter Roberson
el 6 de Oct. de 2025 a las 16:32
The 'Stateful Predict' block might be what you're looking for. See https://uk.mathworks.com/help/deeplearning/ref/statefulpredict.html
4 comentarios
Walter Roberson
el 7 de Oct. de 2025 a las 14:59
Using a Redistributable is not enough: you need to use the actual Visual C++ compiler. https://visualstudio.microsoft.com/thank-you-downloading-visual-studio/?sku=Community&channel=Release&version=VS2022&source=VSLandingPage&cid=2030&passive=false
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!