ts_lstm: LSTM

View source: R/ts_lstm.R

ts_lstmR Documentation

LSTM

Description

Creates a time series prediction object that uses the LSTM. It wraps the pytorch library.

Usage

ts_lstm(preprocess = NA, input_size = NA, epochs = 10000L)

Arguments

preprocess

normalization

input_size

input size for machine learning model

epochs

maximum number of epochs

Value

returns a ts_lstm object.

Examples

#See an example of using `ts_ts_lstmconv1d` at this
#https://github.com/cefet-rj-dal/daltoolbox/blob/main/timeseries/ts_lstm.md

daltoolboxdp documentation built on June 29, 2025, 5:07 p.m.