Learn R Programming

TSLSTM (version 0.1.0)

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

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

Copy Link

Version

Install

install.packages('TSLSTM')

Monthly Downloads

238

Version

0.1.0

License

GPL-3

Maintainer

Dr. Kumar Paul

Last Published

January 13th, 2022

Functions in TSLSTM (0.1.0)

ts.lstm

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