how can ı use "minibatchpredict(net,XTest);" command on simulink?
29 views (last 30 days)
Show older comments
I trained a LSTM network.
How can I use "scores = minibatchpredict(net,XTest);" and "YPred = predict(net, XTest);" commands on Simulink?
0 Comments
Answers (1)
AJ Ibraheem
on 6 Oct 2025 at 13:16
Edited: Walter Roberson
on 6 Oct 2025 at 16:32
The 'Stateful Predict' block might be what you're looking for. See https://uk.mathworks.com/help/deeplearning/ref/statefulpredict.html
4 Comments
Walter Roberson
about 7 hours ago
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
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!