Learn R Programming

LSTMfactors (version 1.0.0)

load.scaler: Load the Scaler for the pre-trained Long Short Term Memory (LSTM) Network

Description

Loads the scaler object within the LSTMfactors package. This object is a list containing a mean vector and a standard deviation vector, which were computed from the 1,000,000 datasets data.datasets.LSTM training the Long Short Term Memory (LSTM) Network. It serves as a tool for normalizing features in LSTM.

Usage

load.scaler()

Arguments

Value

scaler objective.

See Also

LSTM, normalizor, data.scaler.LSTM

Examples

Run this code
library(LSTMfactors)

scaler <- load.scaler()
print(scaler)


Run the code above in your browser using DataLab