| as_CNN_temp_X | R Documentation |
Features (X) data format for a temporal CNN
as_CNN_temp_X(x, timesteps = 1L, subsequences = NULL)
x |
A feature data set, usually a matrix or data frame, returned by |
timesteps |
Number of timesteps; stands for the number of different periods within one sample (record) of the result, the resampled feature matrix |
subsequences |
Number of subsequences within the outcome tensor. Using a CNN without RNN layers like LSTM layers, the number of subsequences is |
A 3D-array with dimensions samples, timesteps and features or a 4D-array with dimensions samples, subsequences, timesteps and features.
get_LSTM_XY, as_CNN_temp_Y.
Other Convolutional Neural Network (CNN):
alexnet(),
as_CNN_image_X(),
as_CNN_image_Y(),
as_CNN_temp_Y(),
as_images_array(),
as_images_tensor(),
images_load(),
images_resize(),
inception_resnet_v2(),
inception_v3(),
lenet5(),
mobilenet(),
mobilenet_v2(),
mobilenet_v3(),
nasnet(),
resnet,
unet(),
vgg,
xception(),
zfnet()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.