BatchNormalizationLayer
BatchNormalizationLayer[] represents a trainable net layer that normalizes its input data by learning the data mean and variance.
Examples
Create a batch normalization layer:
BatchNormalizationLayer[]Add to a neural network chain:
NetChain[{LinearLayer[10], BatchNormalizationLayer[], Ramp}]Please visit the official Wolfram Language Reference for more details.