Type truncated_normal_initializer
Namespace tensorflow
Parent Initializer
Interfaces Itruncated_normal_initializer
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.