How to use the trained network to predict future values?
Mostra commenti meno recenti
Hi! I have created neural network using nnstart: NAR; d = 10. After training I saved network in workspase (name: net). Now can I use this trained network to predict future 10 values?
Risposta accettata
Più risposte (1)
Jonathan LeSage
il 15 Ott 2013
0 voti
Once you have trained a network, you can use your net as a function. In your case, the outputs of the neural network could be found via outputs = net(inputs).
Here is some additional documentation that you might find helpful:
Hope this helps and best of luck!
1 Commento
MUKESH KUMAR
il 6 Mag 2020
showing error,
"Error using network/sim (line 266)
Number of inputs does not match net.numInputs."
Categorie
Scopri di più su Deep Learning Toolbox in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!