Time Series Forecasting Using Hybrid CNN - RNN

버전 1.0.13 (566 KB) 작성자: H Sanchez
A hybrid convolutional neural network - recurrent neural network (RNN) for time series prediction is implemented.
다운로드 수: 3.2K
업데이트 날짜: 2021/5/27

라이선스 보기

This example aims to present the concept of combining a convolutional neural network (CNN) with a recurrent neural network (RNN) to predict the number of chickenpox cases based on previous months.
The CNN is an excellent net for feature extractions while a RNN have proved its ability to predict values in sequence-to-sequence series. At each time step the CNN extracts the main features of the sequence while the RNN learn to predict the next value on the next time step.
Please rate this contribution if you think that in some how it helps you. Thank you.

인용 양식

H Sanchez (2024). Time Series Forecasting Using Hybrid CNN - RNN (https://www.mathworks.com/matlabcentral/fileexchange/91360-time-series-forecasting-using-hybrid-cnn-rnn), MATLAB Central File Exchange. 검색됨 .

MATLAB 릴리스 호환 정보
개발 환경: R2020b
모든 릴리스와 호환
플랫폼 호환성
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
버전 게시됨 릴리스 정보
1.0.13

A hybrid Xception - RNN network is included in this new version. Notice Xception requires high computing power for training. Using last Gen AMD processor and last gen Nvidia 3080 may take around 30 mins to train the network.

1.0.12

A feedforward network options for prediction has been included. It is shown the process of data preparation process for a univariate time series forecasting.

1.0.11

A hybrid ResNet50-RNN was included in this example.
The example includes horizon to predict the values beyond the testing data. It now predicts unobservable values beyond the limit of the testing sequence.
Better documented and explained.

1.0.2

A hybrid ResNet50-RNN was included in this example.
The example includes horizon to predict the values beyond the testing data. It now predicts unobservable values beyond the limit of the testing sequence.
Better documented and explained.

1.0.1

A hybrid ResNet50-RNN was included in this example.
The example includes horizon to predict the values beyond the testing data. It now predicts unobservable values beyond the limit of the testing sequence.
Better documented and explained.

1.0.0