pool_layer {CNN} |
R Documentation |
This layer will reduce the dataset by creating a smaller zoomed out
Description
version. In essence you take a cluster of pixels take the sum of them
and put the result in the reduced position of the new image.
Usage
pool_layer(sx, stride, padding);
Arguments
sx
[as integer]
stride
[as integer]
padding
[as integer]
Details
Authors
MLkit
Value
this function returns data object of type
CNNLayerArguments.
clr value class
Examples
[Package
CNN version 1.0.0.0
Index]