Channel-wise local response normalization layer
A channel-wise local response (cross-channel) normalization layer carries out channel-wise normalization.
creates a channel-wise local response normalization layer and sets the
layer = crossChannelNormalizationLayer(windowChannelSize)WindowChannelSize property.
sets the optional properties layer = crossChannelNormalizationLayer(windowChannelSize,Name,Value)WindowChannelSize, Alpha, Beta, K,
and Name using name-value pairs. For example,
crossChannelNormalizationLayer(5,'K',1) creates a local
response normalization layer for channel-wise normalization with a window size
of 5 and K hyperparameter 1. You can specify multiple
name-value pairs. Enclose each property name in single quotes.
This layer does not support 3-D image inputs or vector sequence inputs.
[1] Krizhevsky, A., I. Sutskever, and G. E. Hinton. "ImageNet Classification with Deep Convolutional Neural Networks." Advances in Neural Information Processing Systems. Vol 25, 2012.
averagePooling2dLayer | convolution2dLayer | maxPooling2dLayer