Package org.tensorflow.framework.initializers
package org.tensorflow.framework.initializers
-
ClassDescriptionBaseInitializer<T extends TType>Abstract base class for all InitializersInitializer that generates tensors with a constant value.The Glorot initializer, also called Xavier initializer.He initializer.Initializer that generates the identity matrix.Initializer<T extends TType>An interface for InitializersLeCun normal initializer.Initializer that generates tensors initialized to 1.Orthogonal<T extends TFloating>Initializer that generates an orthogonal matrix.RandomNormal<T extends TFloating>Initializer that generates tensors with a normal distribution.RandomUniform<T extends TNumber>Initializer that generates tensors with a uniform distribution.TruncatedNormal<T extends TFloating>Initializer that generates a truncated normal distribution.VarianceScaling<T extends TFloating>Initializer capable of adapting its scale to the shape of weights tensors.The random distribution to use when initializing the values.The mode to use for calculating the fan values.Creates an Initializer that sets all values to zero.