BatchNorm Class
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.
Namespace:
SiaNet.Model.LayersAssembly: SiaNet (in SiaNet.dll)
Syntax
public class BatchNorm : LayerConfig
Public Class BatchNorm _ Inherits LayerConfig
public ref class BatchNorm : public LayerConfig