how can ı use "minibatchpredict(net,XTest);" command on simulink?
16 ビュー (過去 30 日間)
古いコメントを表示
I trained a LSTM network.
How can I use "scores = minibatchpredict(net,XTest);" and "YPred = predict(net, XTest);" commands on Simulink?
0 件のコメント
回答 (1 件)
AJ Ibraheem
2025 年 10 月 6 日
編集済み: Walter Roberson
2025 年 10 月 6 日
The 'Stateful Predict' block might be what you're looking for. See https://uk.mathworks.com/help/deeplearning/ref/statefulpredict.html
4 件のコメント
Walter Roberson
2025 年 10 月 7 日
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
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!