Matlab Neural networks: why use sim?
Afficher commentaires plus anciens
After the network has been trained, there seem to be two different ways to utilize the network to make predictions:
(1) test_outputs = net(test_inputs)
(2) test_outputs = sim(net, test_inputs)
What is the difference, and which is better?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!