after modeling ANN, how to use the model
1 回表示 (過去 30 日間)
古いコメントを表示
回答 (1 件)
Varun Sai Alaparthi
2022 年 11 月 23 日
編集済み: Varun Sai Alaparthi
2022 年 11 月 23 日
Once you have your trained net ‘net’ you can directly pass input to the net as shown in the code below
Y = net(x);
Where Y is the prediction or output from the net.
I hope this information helps and please reach out for any further issues.
参考
カテゴリ
Help Center および File Exchange で Deep Learning Toolbox についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!