Learn R Programming

LSTMfactors (version 1.0.0)

data.datasets.LSTM: 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.

Arguments

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.

See Also

LSTM, load.scaler, data.scaler.LSTM, normalizor

Examples

Run this code
data(data.datasets.LSTM)
head(data.datasets.LSTM)

Run the code above in your browser using DataLab