In neural networks fitting tool, Once a network is trained how can it be used to find new outputs from known inputs
情報
この質問は閉じられています。 編集または回答するには再度開いてください。
古いコメントを表示
Once a network is trained how can it be used to find new outputs from known inputs
0 件のコメント
回答 (2 件)
Greg Heath
2014 年 10 月 14 日
Either
output = net(input) % current syntax
or
output = sim(net,input) % obsolete
Hope this help.
Thank you for formally accepting my answer
Greg
0 件のコメント
この質問は閉じられています。
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!