Forecasting using GRNN (Generalized Regression Neural Network)?

2 ビュー (過去 30 日間)
Ulin Nuhaq
Ulin Nuhaq 2020 年 7 月 9 日
コメント済み: Ulin Nuhaq 2020 年 7 月 10 日
Does Anyone know? I have a problem when using GRNN (Generalized Regression Neural Network). I use this neural network for forecasting of energy consumption. I have data about energy consumption from 1990-2015. The trend is going up. The most recent year is, the highest score is,. The pattern is 1 output and 3 input. when I predict for 2016, 2017, 2018, the value should always go up from before. But the all 3 latest year have same value of energy consumption with 2015. Can anyone solve this problem?

回答 (1 件)

Greg Heath
Greg Heath 2020 年 7 月 9 日
Yes,
  1. Normalize input and output data to [-1,1].
  2. Minimize the order for a sufficient polynomial fit.
  3. Minimize the number of hidden nodes for a sufficient NN fit to the resulting residual.
Hope this helps,
Thank you for formally accepting my answer
Greg

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by