how to prediction with neural network and regression?

4 vues (au cours des 30 derniers jours)
navid zed
navid zed le 21 Déc 2016
Commenté : EDUARDO KAISER le 1 Juin 2022
Hello,
I have a problem with predicting future values of Land Surface Temperature(LST). First of all I have retrieved LST and some indices such as (NDVI and buildings' intensity and etc) from satellite images(10 images from 1985 to 2014), then I clipped them and put them in the MATLAB neural network time-series app like:
inputs=[{year_85},{year_90},{year_94},{year_00},{year_02}...
,{year_05},{year_10},{year_08},{year_12},{year_14}];
outputs= {LST85,LST90,LST94,LST2000,LST2002,LST2005...
,LST2008,LST2010,LST2012,LST2014};
indices as input and LST as target.Next, I trained them, so I receive result, but i don't know how to predict future years(for example 2018) with these results and please help me if the prediction with regression is possible.
please help me
  2 commentaires
Greg Heath
Greg Heath le 29 Déc 2016
Modifié(e) : Greg Heath le 29 Déc 2016
Woefully insufficient Detail.
Greg
EDUARDO KAISER
EDUARDO KAISER le 1 Juin 2022
Hey Navid,
I have the same problem. Did u solved your problem?
Please can you help me?

Connectez-vous pour commenter.

Réponses (0)

Community Treasure Hunt

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

Start Hunting!

Translated by