Learn R Programming

transformerForecasting (version 0.1.0)

Transformer Deep Learning Model for Time Series Forecasting

Description

Time series forecasting faces challenges due to the non-stationarity, nonlinearity, and chaotic nature of the data. Traditional deep learning models like Recurrent Neural Network (RNN), Long Short-Term Memory (LSTM), and Gated Recurrent Unit (GRU) process data sequentially but are inefficient for long sequences. To overcome the limitations of these models, we proposed a transformer-based deep learning architecture utilizing an attention mechanism for parallel processing, enhancing prediction accuracy and efficiency. This paper presents user-friendly code for the implementation of the proposed transformer-based deep learning architecture utilizing an attention mechanism for parallel processing. References: Nayak et al. (2024) and Nayak et al. (2024) .

Copy Link

Version

Install

install.packages('transformerForecasting')

Monthly Downloads

136

Version

0.1.0

License

GPL-3

Maintainer

G H Harish Nayak

Last Published

March 7th, 2025

Functions in transformerForecasting (0.1.0)

reexports

Objects exported from other packages
S_P_500_Close

S&P 500's closing price data
install_r_dependencies

Install Package Dependencies
TRANSFORMER

Transformer Model for Time Series Forecasting