PoolingLayer class. More...
#include <SimdNeural.hpp>
Inheritance diagram for PoolingLayer:
Additional Inherited Members | |
Public Types inherited from Layer | |
enum | Type { Input , Convolutional , MaxPooling , AveragePooling , FullyConnected , Dropout } |
enum | Method { Fast , Check , Train } |
Public Member Functions inherited from Layer | |
virtual | ~Layer () |
Detailed Description
PoolingLayer class.
Abstract class pooling layer (base for MaxPoolingLayer and AveragePoolingLayer) in neural network.