Method | Description | |
---|---|---|
NguyenWidrow ( |
Constructs a new Nguyen-Widrow Weight initialization.
|
|
Randomize ( ) : void |
Randomizes (initializes) the weights of the network using a Gaussian distribution.
|
|
Randomize ( int layerIndex ) : void |
Randomizes (initializes) the weights of the network using Nguyen-Widrow method's.
|
public NguyenWidrow ( |
||
network | The activation network whose weights will be initialized. | |
return | System |