In neural networks fitting tool, Once a network is trained how can it be used to find new outputs from known inputs
Información
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
Mostrar comentarios más antiguos
Once a network is trained how can it be used to find new outputs from known inputs
Respuestas (2)
Greg Heath
el 14 de Oct. de 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
el 10 de Oct. de 2014
0 votos
La pregunta está cerrada.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!