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}]Something isn't working? Report an issue.
Please visit the official Wolfram Language Reference for more details.