how to predict next value using time series data?

조회 수: 4 (최근 30일)
madhuri panwar
madhuri panwar 2016년 5월 31일
답변: Greg Heath 2016년 6월 6일
I am having 2 patient glucose data(y(t)) and the inputs feature values (time,meal) for 3 days. How can i predict the next time step glucose value. I am little bit confuse about how to give data to neural network. input= time, meal output=glucose data depending on time and meal, output glucose level is calculated. So how should i store my data in excel sheet so that i can do the good prediction.
  댓글 수: 5
madhuri panwar
madhuri panwar 2016년 6월 4일
Dear Sir, Thank You once again for responding me.
[I N(1)]= Size(input1)=144 samples [I N(2)] =Size(input2)=144 samples [I N(3)]= Size(input3)=144 samples [O N] = Size (target)=144 samples samples are taken for three day and 1 sample in every 30 min (48 for 24 hours) (48*3days=144)
Here i am having 3 inputs- time, meal and insulin output - glucose
Greg Heath
Greg Heath 2016년 6월 4일
Why do you try to make it so confusing? Just type the following into the command line and tell me what you get
[ I N ] = size(input)
[ O N ] = size(target)
Greg

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

답변 (1개)

Greg Heath
Greg Heath 2016년 6월 6일
OK I get it:
[ I N ] = size(input) % [ 3 144 ]
[ O N ] = size(target) % [ 1 144]
Hope this helps.
Thank you for formally accepting my answer
Greg

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by