Interpolation using Neural Networks

3 views (last 30 days)
Hey guys,
so my problem is as follows:
I am trying to interpolate the hourly data points between daily measurement data of the wind speed.
I do have the hourly wind speed from 46000 measurement points for one year to use for training,validation etc.
So essentially what I am trying to do is get 24 data points from my neural network and together they should have the same mean as the "real" data.
Since I am beginner concercong neural networks I am not sure how to begin.
Would you say that it is a fitting problem or more of a time series problem?
I am thankful for your help and for all suggestions!
Right now I am using the neural network Matlab Toolbox.

Accepted Answer

Greg Heath
Greg Heath on 26 Mar 2019
Plot the data.
Look at the plots
Are there regions that are seasonal?
Separate the data that is relevant to your problem
Can you subsample the data and preserve the shape?
Obtain a timeseries model and predict
Hope this helps.
THANK YOU FOR FORMALLY ACCEPTING MY ANSWER !
Greg
  1 Comment
Lukas Wammes
Lukas Wammes on 26 Mar 2019
Hey Greg,
Thanks a lot for your help.
I can't subsample the data actually.
What keeps me up is how I can make sure that the predicted data has the same mean(per day in this case) as my actual known data.

Sign in to comment.

More Answers (0)

Categories

Find more on Sequence and Numeric Feature Data Workflows in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!