cavis/docs/keras-import/templates/initializers.md
Alex Black 4f7b35ac82
Update links to eclipse repos (#252)
* Fix repo links and clean up old github templates

Signed-off-by: AlexDBlack <blacka101@gmail.com>

* More link updates

Signed-off-by: AlexDBlack <blacka101@gmail.com>
2019-09-10 19:09:46 +10:00

1.3 KiB

title, short_title, description, category, weight
title short_title description category weight
Keras Initializers Initializers Supported Keras weight initializers. Keras Import 4

Supported initializers

DL4J supports all available Keras initializers, namely:

  • Zeros
  • Ones
  • Constant
  • RandomNormal
  • RandomUniform
  • TruncatedNormal
  • VarianceScaling
  • Orthogonal
  • Identity
  • lecun_uniform
  • lecun_normal
  • glorot_normal
  • glorot_uniform
  • he_normal
  • he_uniform

The mapping of Keras to DL4J initializers can be found in KerasInitilizationUtils.