TSLSTM: Long Short Term Memory (LSTM) Model for Time Series Forecasting

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>.

Getting started

Package details

AuthorDr. Ranjit Kumar Paul [aut, cre], Dr. Md Yeasin [aut]
MaintainerDr. Ranjit Kumar Paul <ranjitstat@gmail.com>
LicenseGPL-3
Version0.1.0
Package repositoryView on CRAN
Installation Install the latest version of this package by entering the following in R:
install.packages("TSLSTM")

Try the TSLSTM package in your browser

Any scripts or data that you put into this service are public.

TSLSTM documentation built on Jan. 14, 2022, 1:07 a.m.