Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 633 Bytes

initializers.rst

File metadata and controls

32 lines (26 loc) · 633 Bytes

Weight Initialization

.. automodule:: ztlearn.initializers
  :noindex:

Weight initialization is a technique that deals with presetting of the weight parameters in the network prior to training in a manner that favors the ultimate convergence of the neural network.

Featured Initializers

.. autosummary::
    One
    Zero
    HeNormal
    HeUniform
    GlorotNormal
    GlorotUniform
    LeCunNormal
    LeCunUniform
    RandomNormal
    RandomUniform

Function Descriptions

.. automodule:: ztlearn.initializers
  :members:
  :undoc-members:
  :show-inheritance: