Interpolation using Neural Networks

3 ビュー (過去 30 日間)
Lukas Wammes
Lukas Wammes 2019 年 3 月 26 日
コメント済み: Lukas Wammes 2019 年 3 月 26 日
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.

採用された回答

Greg Heath
Greg Heath 2019 年 3 月 26 日
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 件のコメント
Lukas Wammes
Lukas Wammes 2019 年 3 月 26 日
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.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeSequence 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