View source on GitHub |
Initializer functions for building neural networks.
Functions
glorot_normal(...)
: The Glorot normal initializer, aka Xavier normal initializer.
glorot_uniform(...)
: The Glorot uniform initializer, aka Xavier uniform initializer.
he_normal(...)
: He normal initializer.
he_uniform(...)
: He uniform variance scaling initializer.