Learn R Programming

decompDL (version 0.1.0)

Decomposition Based Deep Learning Models for Time Series Forecasting

Description

Hybrid model is the most promising forecasting method by combining decomposition and deep learning techniques to improve the accuracy of time series forecasting. Each decomposition technique decomposes a time series into a set of intrinsic mode functions (IMFs), and the obtained IMFs are modelled and forecasted separately using the deep learning models. Finally, the forecasts of all IMFs are combined to provide an ensemble output for the time series. The prediction ability of the developed models are calculated using international monthly price series of maize in terms of evaluation criteria like root mean squared error, mean absolute percentage error and, mean absolute error. For method details see Choudhary, K. et al. (2023). .

Copy Link

Version

Install

install.packages('decompDL')

Monthly Downloads

28

Version

0.1.0

License

GPL-3

Maintainer

Kapil Choudhary

Last Published

December 4th, 2023

Functions in decompDL (0.1.0)

eemdLSTM

Ensemble Empirical Mode Decomposition (EEMD) Based Long Short Term (LSTM) Model
eemdGRU

Ensemble Empirical Mode Decomposition (EEMD) Based GRU Model
vmdGRU

Variational Mode Decomposition Based GRU Model
ceemdRNN

Complementary Ensemble Empirical Mode Decomposition (CEEMD) Based Long Short Term (RNN) Model
ceemdGRU

Complementary Ensemble Empirical Mode Decomposition (CEEMD) Based Long Short Term (GRU) Model
eemdRNN

Ensemble Empirical Mode Decomposition (EEMD) Based RNN Model
Data_Maize

Monthly International Maize Price Data
emdGRU

Empirical Mode Decomposition (EMD) Based GRU Model
emdRNN

Empirical Mode Decomposition (EMD) Based RNN Model
vmdLSTM

Variational Mode Decomposition Based LSTM Model
vmdRNN

Variational Mode Decomposition Based RNN Model
emdLSTM

Empirical Mode Decomposition (EMD) Based Long Short Term (LSTM) Model
ceemdLSTM

Complementary Ensemble Empirical Mode Decomposition (CEEMD) Based Long Short Term (LSTM) Model