Type TruncatedNormal
Namespace tensorflow.keras.initializers
Parent truncated_normal_initializer
Interfaces ITruncatedNormal
Initializer that generates a truncated normal distribution. These values are similar to values from a `random_normal_initializer`
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.