January 2018
Intermediate to advanced
524 pages
13h 33m
English
The next layer will typically be a pooling or max pooling layer. This layer will use input of the values from the last layer, and return the maximum value for a set of neighbor neurons, which is used as input to a single neuron in the next convolution layer. This is essentially a form of subsampling. Typically, the pooling layer will be a 2x2 subregion matrix as the result:

Pooling has several options: maximizing (as shown in the preceding diagram), averaging, and other sophisticated methods. The purpose of max pooling is to ...
Read now
Unlock full access