how can ı use "minibatchpredict(net,XTest);" command on simulink?
18 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I trained a LSTM network.
How can I use "scores = minibatchpredict(net,XTest);" and "YPred = predict(net, XTest);" commands on Simulink?
0 commentaires
Réponses (1)
AJ Ibraheem
le 6 Oct 2025
Modifié(e) : Walter Roberson
le 6 Oct 2025
The 'Stateful Predict' block might be what you're looking for. See https://uk.mathworks.com/help/deeplearning/ref/statefulpredict.html
4 commentaires
Walter Roberson
le 7 Oct 2025
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
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!