View source: R/nnf-normalization.R
nnf_local_response_norm | R Documentation |
Applies local response normalization over an input signal composed of several input planes, where channels occupy the second dimension. Applies normalization across channels.
nnf_local_response_norm(input, size, alpha = 1e-04, beta = 0.75, k = 1)
input |
the input tensor |
size |
amount of neighbouring channels used for normalization |
alpha |
multiplicative factor. Default: 0.0001 |
beta |
exponent. Default: 0.75 |
k |
additive factor. Default: 1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.