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

이 질문은 마감되었습니다.

질문:

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