Keras Max Pooling 2D Layer

This layer applies max pooling in two dimensions. Corresponds to the Keras Max Pooling 2D Layer.

Options

Name prefix
The name prefix of the layer. The prefix is complemented by an index suffix to obtain a unique layer name. If this option is unchecked, the name prefix is derived from the layer type.
Strides
The step size of the pooling window in two dimensions.
Pool size
The size of the pooling window in two dimensions.
Padding
Different padding modes to apply to the spatial dimensions (excluding the batch and channel dimensions) of the inputs before the pooling operation. The padding will be done with zeroes. A detailed explanation of the different modes can be found here.
  • Valid: No padding
  • Same: Padding such that the spatial output dimension do not change.
  • Full: Padding with kernel size - 1

Input Ports

Icon
The Keras deep learning network to which to add a Max Pooling 2D layer.

Output Ports

Icon
The Keras deep learning network with an added Max Pooling 2D layer.

Views

This node has no views

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.