Learn R Programming

EFAfactors (version 1.2.4)

data.datasets.DNN: Subset Dataset for Training the Deep Neural Network (DNN)

Description

This dataset is a subset of the full datasets, consisting of 1,000 samples from the original 10,000,000-sample datasets.

Arguments

Format

A 1,000×55 matrix, where the first 54 columns represent feature values and the last column represents the labels, which correspond to the number of factors associated with the features.

See Also

NN, load.scaler, data.scaler.DNN, normalizor

Examples

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

Run the code above in your browser using DataLab