Interface | Description |
---|---|
BatchNormalizationHelper |
Helper for the batch normalization layer.
|
LocalResponseNormalizationHelper |
Helper for the local response normalization layer.
|
Class | Description |
---|---|
BatchNormalization |
Batch normalization layer.
Rerences: http://arxiv.org/pdf/1502.03167v3.pdf http://arxiv.org/pdf/1410.7455v8.pdf https://kratzert.github.io/2016/02/12/understanding-the-gradient-flow-through-the-batch-normalization-layer.html Batch normalization should be applied between the output of a layer (with identity activation) and the activation function. |
LocalResponseNormalization |
Deep neural net normalization approach normalizes activations between layers
"brightness normalization"
Used for nets like AlexNet
|
Copyright © 2019. All rights reserved.