data.datasets.LSTM {LSTMfactors} | R Documentation |
Subset Dataset for Training the Pre-Trained Long Short Term Memory (LSTM) Network
Description
This dataset is a subset of the full datasets, consisting of 1,000 samples from the original 1,000,000-sample datasets.
Format
A 1,000×21 matrix, where the firt column represents the labels and the last 20 columns represent feature values, which correspond to the number of factors associated with the features.
Note
Methods for generating and extracting features from the dataset can be found in LSTM.
See Also
LSTM, load.scaler, data.scaler.LSTM, normalizor
Examples
data(data.datasets.LSTM)
head(data.datasets.LSTM)
[Package LSTMfactors version 1.0.0 Index]