Package: TSLSTM
Type: Package
Title: Long Short Term Memory (LSTM) Model for Time Series Forecasting
Version: 0.1.0
Authors@R: c(person("Dr. Ranjit Kumar", "Paul", role = c("aut","cre"), email = "ranjitstat@gmail.com"),person("Dr. Md", "Yeasin", role = "aut", email = "yeasin.iasri@gmail.com"))
Author: Dr. Ranjit Kumar Paul [aut, cre],
  Dr. Md Yeasin [aut]
Maintainer: Dr. Ranjit Kumar Paul <ranjitstat@gmail.com>
Description: The LSTM (Long Short-Term Memory) model is a Recurrent Neural Network (RNN) based architecture that is widely used for time series forecasting. Min-Max transformation has been used for data preparation. Here, we have used one LSTM layer as a simple LSTM model and a Dense layer is used as the output layer. Then, compile the model using the loss function, optimizer and metrics. This package is based on Keras and TensorFlow modules and the algorithm of Paul and Garai (2021) <doi:10.1007/s00500-021-06087-4>.
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.1.2
Imports: keras, tensorflow, tsutils, stats
NeedsCompilation: no
Packaged: 2022-01-10 07:16:32 UTC; YEASIN
Repository: CRAN
Date/Publication: 2022-01-13 19:12:41 UTC
Built: R 4.3.0; ; 2023-07-10 07:07:04 UTC; unix
