TruncatedNormal
Initializer that generates a truncated normal distribution.
These values are similar to values from a RandomNormal except that values more than two standard deviations from the mean are discarded and re-drawn. This is the recommended initializer for neural network weights and filters.
Constructors
TruncatedNormal
Link copied to clipboard
Creates TruncatedNormal initializer.