how to divide data set in input data and target data for prediction in neural network

hi all sir, i have a intermittent data set ( having date and demand size ) and i want to predict future values of demand. so please tell me how data set can be divided in input data and target data.
for example: date aug99 sep99 oct99 nov99 dec99 and corrosponding demadsize 15 0 0 8 15 and so on . . . .
please tell me how to divide this data in input data and target data

댓글 수: 2

Sir i have data of rainfall but i dont know that what will be the targeted value.
I think you need to expand your question more. Also I recommend that you create your own Question.

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

 채택된 답변

The desired response for the input in the ith column of the input matrix is the ith column of the target matrix. For example
input = 8:12;
target = [ 15 0 0 8 15 ];
Thank you for formally accepting my answer
Greg

댓글 수: 2

how to create target dataset for single column dataset ?
Create a single column where each entry is the number of the known class of the sample.
If you do not know which class the sample belongs to then you have a problem.

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

추가 답변 (0개)

카테고리

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

질문:

2013년 10월 29일

댓글:

2021년 10월 25일

Community Treasure Hunt

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

Start Hunting!

Translated by