Class MaxPoolingLayer

java.lang.Object
deepnetts.net.layers.AbstractLayer<Tensor3D,Tensor3D,TensorBase>
deepnetts.net.layers.MaxPoolingLayer
All Implemented Interfaces:
Layer<Tensor3D>, Serializable

public final class MaxPoolingLayer extends AbstractLayer<Tensor3D,Tensor3D,TensorBase>
This layer performs max pooling operation in convolutional neural network, which scales down output from previous layer by taking max outputs from small predefined filter areas.
Author:
Zoran Sevarac
See Also: