Basic..::..BatchNorm Method

Overload List


  Name Description
Public method Static member 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.
Public method Static member BatchNorm(Int32, Single, String, String, String, String, Boolean, Single, Single)
Batches the norm.