as_images_array | R Documentation |
Convert (resized) images to 3D arrays
as_images_array(imagelist, FUN, ...)
imagelist |
A list of (resized) images returned by either |
FUN |
The function to be applied for changing the representation of the images within |
... |
Optional arguments to |
A list of images represented in 3D arrays with dimensions height, width and channels.
image_to_array
.
Other Convolutional Neural Network (CNN):
alexnet()
,
as_CNN_image_X()
,
as_CNN_image_Y()
,
as_CNN_temp_X()
,
as_CNN_temp_Y()
,
as_images_tensor()
,
images_load()
,
images_resize()
,
inception_resnet_v2()
,
inception_v3()
,
lenet5()
,
mobilenet()
,
mobilenet_v2()
,
mobilenet_v3()
,
nasnet()
,
resnet
,
unet()
,
vgg
,
xception()
,
zfnet()
For an example see as_images_tensor
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.