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.Layers
Assembly:  SiaNet (in SiaNet.dll)

Syntax


public class BatchNorm : LayerConfig
Public Class BatchNorm _
	Inherits LayerConfig
public ref class BatchNorm : public LayerConfig

Inheritance Hierarchy


Object
  SiaNet.Model..::..LayerConfig
    SiaNet.Model.Layers..::..BatchNorm