What do I do after I have trained my neural network?

Hi, I am using MATLAB to predict the Straits Times Index. I have trained the network and got satisfying results saved as advance script in .m format. My input variables ranges from past prices to trade volume, price of oil, currency values etc. How can I use the network file to predict future prices?

답변 (1개)

Star Strider
Star Strider 2014년 11월 10일

0 개 추천

Feed it the current values of those data.

댓글 수: 2

Yanisa‘s Answer moved here...
How do I do that? Is there a toolbox available or must I manually edit the m files of the script?
No editing should be required. You do that the same way you gave it the data you used to train it. See the documentation for sim for details on how to implement it with your net and data.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

질문:

2014년 11월 10일

댓글:

2014년 11월 13일

Community Treasure Hunt

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

Start Hunting!

Translated by