After training Neural Networks What next??
9 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
ANDRES CONSIGLIO
el 29 de Dic. de 2015
Respondida: Greg Heath
el 30 de Dic. de 2015
Hello..
My Question is: After training Neural Networks, Can I use the function sim like example: Y = sim(net) for the NN starts to work ??
Thanks .
0 comentarios
Respuesta aceptada
Greg Heath
el 30 de Dic. de 2015
No. Either the current syntax
y = net(x);
or the obsolete syntax
y = sim(net,x);
See the documentation
help fitnet
doc fitnet
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Deep Learning Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!