load.scaler {LSTMfactors} | R Documentation |
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()
Value
scaler objective.
See Also
LSTM
, normalizor
, data.scaler.LSTM
Examples
library(LSTMfactors)
scaler <- load.scaler()
print(scaler)
[Package LSTMfactors version 1.0.0 Index]