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!