TSdeeplearning: Deep Learning Model for Time Series Forecasting

RNNs are preferred for sequential data like time series, speech, text, etc. but when dealing with long range dependencies, vanishing gradient problems account for their poor performance. LSTM and GRU are effective solutions which are nothing but RNN networks with the abilities of learning both short-term and long-term dependencies. Their structural makeup enables them to remember information for a long period without any difficulty. LSTM consists of one cell state and three gates, namely, forget gate, input gate and output gate whereas GRU comprises only two gates, namely, reset gate and update gate. This package consists of three different functions for the application of RNN, LSTM and GRU to any time series data for its forecasting. For method details see Jaiswal, R. et al. (2022). <doi:10.1007/s00521-021-06621-3>.

Version: 0.1.0
Depends: R (≥ 2.10)
Imports: keras, tensorflow, reticulate, tsutils, BiocGenerics, utils, graphics, magrittr
Published: 2022-09-09
Author: Ronit Jaiswal [aut, cre], Girish Kumar Jha [aut, ths, ctb], Rajeev Ranjan Kumar [aut, ctb], Kapil Choudhary [aut, ctb]
Maintainer: Ronit Jaiswal <ronitjaiswal2912 at gmail.com>
License: GPL-3
NeedsCompilation: no
In views: TimeSeries
CRAN checks: TSdeeplearning results

Documentation:

Reference manual: TSdeeplearning.pdf

Downloads:

Package source: TSdeeplearning_0.1.0.tar.gz
Windows binaries: r-devel: TSdeeplearning_0.1.0.zip, r-release: TSdeeplearning_0.1.0.zip, r-oldrel: TSdeeplearning_0.1.0.zip
macOS binaries: r-release (arm64): TSdeeplearning_0.1.0.tgz, r-oldrel (arm64): TSdeeplearning_0.1.0.tgz, r-release (x86_64): TSdeeplearning_0.1.0.tgz

Reverse dependencies:

Reverse imports: decompDL, EEMDlstm

Linking:

Please use the canonical form https://CRAN.R-project.org/package=TSdeeplearning to link to this page.