Matlab Neural networks: why use sim?

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?

 Akzeptierte Antwort

Greg Heath
Greg Heath am 31 Okt. 2012

0 Stimmen

The first is newer, so I guess they want you to use it.
I don't know why it was changed.Probably to take some of the load off of sim.
help sim
doc sim
Greg

Weitere Antworten (0)

Kategorien

Mehr zu Deep Learning Toolbox finden Sie in Hilfe-Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by