Welcome to our Support Center

Initializers resume

In this section you’ll find a list of all initializers fonctionalities.

  ICONS RESUME
Constant Initializer that generates tensors with constant values.​
GlorotNormal The Glorot normal initializer, also called Xavier normal initializer.
GlorotUniform The Glorot uniform initializer, also called Xavier uniform initializer.
HeNormal He normal initializer.
HeUniform He uniform variance scaling initializer.
Identity Initializer that generates the identity matrix.
LecunNormal Lecun normal initializer.
LecunUniform Lecun uniform initializer.
Ones Initializer that generates tensors initialized to 1.
Orthogonal Initializer that generates an orthogonal matrix.
RandomNormal Random normal initializer.
RandomUnifom Random uniform initializer.
TruncatedNormal Initializer that generates a truncated normal distribution.
VarianceScaling Initializer that adapts its scale to the shape of its input tensors.
Zeros Initializer that generates tensors initialized to 0.
Table of Contents