CRAN/E | TSdeeplearning

TSdeeplearning

Deep Learning Model for Time Series Forecasting

Installation

About

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.

Key Metrics

Version 0.1.0
R ≥ 2.10
Published 2022-09-09 598 days ago
Needs compilation? no
License GPL-3
CRAN checks TSdeeplearning results

Downloads

Yesterday 11 0%
Last 7 days 64 -12%
Last 30 days 225 +3%
Last 90 days 697 -21%
Last 365 days 3.034 +63%

Maintainer

Maintainer

Ronit Jaiswal

ronitjaiswal2912@gmail.com

Authors

Ronit Jaiswal

aut / cre

Girish Kumar Jha

aut / ths / ctb

Rajeev Ranjan Kumar

aut / ctb

Kapil Choudhary

aut / ctb

Material

Reference manual
Package source

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-develnot available

x86_64

r-releasenot available

x86_64

r-oldrelnot available

x86_64

Depends

R ≥ 2.10

Imports

keras
tensorflow
reticulate
tsutils
BiocGenerics
utils
graphics
magrittr