Simulation and prediction of time series using convolutional neural networks

조회 수: 1 (최근 30일)
Mahmoud Zemzami
Mahmoud Zemzami 2022년 3월 7일
답변: Harsh 2025년 6월 25일

Hi everyone,
I'm working on the problem of downscaling precipitation from global circulation model (GCM) to observed local precipitation.
I'm asking how can CN be used for this purpse with:
The input data are time series of precipitation and temperature from GCM (size 1000x2)
The Target data is the local observed precipitation data (size 1000x1)
After training the network, I want to use this network to simulate the its reponse for new data inputs.

답변 (1개)

Harsh
Harsh 2025년 6월 25일
To downscale precipitation using a cascade-forward neural network (CFNN) in MATLAB, start by formatting your GCM input data (precipitation and temperature) and observed local precipitation target data as time series, and apply appropriate preprocessing like normalization and data division. Refer to the following documentation:
Then, create and configure a CFNN using the built-in function described here:
After training the network, simulate responses for new input data using the standard training and simulation workflow. Refer to the following documentation:
I hope this resolves your query!

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by