Effacer les filtres
Effacer les filtres

After training Neural Networks What next??

3 vues (au cours des 30 derniers jours)
ANDRES CONSIGLIO
ANDRES CONSIGLIO le 29 Déc 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 .

Réponse acceptée

Greg Heath
Greg Heath le 30 Déc 2015
No. Either the current syntax
y = net(x);
or the obsolete syntax
y = sim(net,x);
See the documentation
help fitnet
doc fitnet

Plus de réponses (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by