How to use the trained network to predict future values?
显示 更早的评论
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?
采纳的回答
更多回答(1 个)
Jonathan LeSage
2013-10-15
0 个投票
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 个评论
MUKESH KUMAR
2020-5-6
showing error,
"Error using network/sim (line 266)
Number of inputs does not match net.numInputs."
类别
在 帮助中心 和 File Exchange 中查找有关 Deep Learning Toolbox 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!