tfmri.initializers
Contents
tfmri.initializers¶
Keras initializers.
Classes¶
The Glorot normal initializer, also called Xavier normal initializer. |
|
The Glorot uniform initializer, also called Xavier uniform initializer. |
|
He normal initializer. |
|
He uniform variance scaling initializer. |
|
Lecun normal initializer. |
|
Lecun uniform initializer. |
|
Initializer capable of adapting its scale to the shape of weights tensors. |