필터 지우기
필터 지우기

How to predict 1 day ahead using NNTOOL

조회 수: 1 (최근 30일)
Ain Zulkurnain
Ain Zulkurnain 2017년 4월 15일
댓글: Muhammad Usman Saleem 2023년 5월 8일
Hi everyone! I have developed and trained a neural network by implementing NNTOOL. I obtained the output from the toolbox itself. The question is, what is the next step for me to carry out 1 day ahead prediction by using the existing neural network. I have 506 input and output data. I would like to get the next day' value, which is the 507th data. But how do I do that? Here's an illustration for better understanding. It consists of 506 data.
I would greatly appreciate your answer because I am working on my final year project. Thank you.

답변 (1개)

Greg Heath
Greg Heath 2017년 4월 16일
Insufficient information.
I assume NARNET
Which data set? N = ?
Default delays 1:d, d = 2 ?
input = x( 1 : N - d )
target = x( d + 1 : N )
input = x( N - d + 1 : N )
prediction ~ x( N + 1 : N + d )
Hope this helps.
Thank you for formally accepting my answer
Greg
  댓글 수: 1
Muhammad Usman Saleem
Muhammad Usman Saleem 2023년 5월 8일
@Greg Heath for future prediction of 3 steps how which command will use?

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

카테고리

Help CenterFile Exchange에서 Sequence and Numeric Feature Data Workflows에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by