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

回答 (2 件)

Either
output = net(input) % current syntax
or
output = sim(net,input) % obsolete
Hope this help.
Thank you for formally accepting my answer
Greg
Star Strider
Star Strider 2014 年 10 月 10 日
See the documentation for sim.

この質問は閉じられています。

質問済み:

2014 年 10 月 10 日

閉鎖済み:

2021 年 8 月 20 日

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by