LostTech.TensorFlow : API Documentation

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.

Properties

Public properties

DType dtype get; set;

double mean get; set;

object PythonObject get;

Nullable<int> seed get; set;

double stddev get; set;