crossChannelNormalizationLayer
Channel-wise local response normalization layer
Description
A channel-wise local response (cross-channel) normalization layer carries out channel-wise normalization.
Creation
Syntax
Description
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.
Properties
Examples
Algorithms
References
[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.
Extended Capabilities
Version History
Introduced in R2016a