Random uniform initializer
This card is a wrapper of this Keras class.
Note: the backend for building and training neural networks is based on Keras. The documentation of this card is a variant of the documentation of its corresponding class.
Inputs
-
Minval — Float
Lower bound of the range of random values to generate (inclusive).
-
Maxval — Float
Upper bound of the range of random values to generate (exclusive).
-
Seed — Integer
Random seed.
Outputs
-
Initializer instance — NeuralNetworkInitializer
Instance of the initializer.