how to prediction with neural network and regression?

조회 수: 4 (최근 30일)
navid zed
navid zed 2016년 12월 21일
댓글: EDUARDO KAISER 2022년 6월 1일
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
Greg Heath
Greg Heath 2016년 12월 29일
편집: Greg Heath 2016년 12월 29일
Woefully insufficient Detail.
Greg
EDUARDO KAISER
EDUARDO KAISER 2022년 6월 1일
Hey Navid,
I have the same problem. Did u solved your problem?
Please can you help me?

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Function Approximation and Clustering에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by