In neural networks fitting tool, Once a network is trained how can it be used to find new outputs from known inputs
Info
Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.
Ältere Kommentare anzeigen
Once a network is trained how can it be used to find new outputs from known inputs
Antworten (2)
Greg Heath
am 14 Okt. 2014
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
am 10 Okt. 2014
0 Stimmen
Diese Frage ist geschlossen.
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!