Basic..::..BatchNorm Method
Overload List
Name | Description | |
---|---|---|
![]() ![]() |
BatchNorm(Variable, Single, String, String, String, String, Boolean, Single, Single) |
Batch normalization layer (Ioffe and Szegedy, 2014). Normalize the activations of the previous layer at each batch, i.e.applies a transformation that maintains the mean activation close to 0 and the activation standard deviation close to 1.
|
![]() ![]() |
BatchNorm(Int32, Single, String, String, String, String, Boolean, Single, Single) |
Batches the norm.
|