gfdl.weights#
Weight functions for Gradient Free Deep Learning estimators.
Functions#
The weight function setting all weights to zero. |
|
The weight function setting weights to a normalized np.arange. |
|
The weight function returning samples drawn from uniform distribution. |
|
The weight function returning samples drawn from normal distribution. |
|
The weight function returning samples drawn from He uniform distribution. |
|
The weight function returning samples drawn from Lecun uniform distribution. |
|
The weight function returning samples drawn from Glorot uniform distribution. |
|
The weight function returning samples drawn from He normal distribution. |
|
The weight function returning samples drawn from Lecun normal distribution. |
|
The weight function returning samples drawn from Glorot normal distribution. |