메소드 | 설명 | |
---|---|---|
GaussianWeights ( |
Constructs a new Gaussian 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 a Gaussian distribution.
|
public GaussianWeights ( |
||
network | The activation network whose weights will be initialized. | |
stdDev | double | The standard deviation to be used. Common values lie in the 0.001- /// 0.1 range. Default is 0.1. |
리턴 | Accord.Math.Random |