as_CNN_temp_Y | R Documentation |
Outcomes (Y) data format for a temporal CNN
as_CNN_temp_Y(y, timesteps = 1L)
y |
An outcome data set, usually a vector, 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 outcome matrix |
Dependent on the type of y
and timesteps. If y
is a factor, the result is a one-hot vector.
If timesteps = NULL|1
a 2D-array with the dimensions samples and number of output units, representing a scalar outcome;
if timesteps >= 2
a 3D-array with the dimensions samples, timesteps and number of output units, representing a sequence or multi-step outcome.
get_LSTM_XY
, as_CNN_temp_X
.
Other Convolutional Neural Network (CNN):
alexnet()
,
as_CNN_image_X()
,
as_CNN_image_Y()
,
as_CNN_temp_X()
,
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.