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!