tfmri.initializers

Keras initializers.

Classes

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.

LecunNormal

Lecun normal initializer.

LecunUniform

Lecun uniform initializer.

VarianceScaling

Initializer capable of adapting its scale to the shape of weights tensors.

Functions