load.scaler | R Documentation |
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
.
load.scaler()
scaler objective.
LSTM
, normalizor
, data.scaler.LSTM
library(LSTMfactors)
scaler <- load.scaler()
print(scaler)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.