메소드 | 설명 | |
---|---|---|
InitOthers ( ) : void |
Called to init the QPROP.
|
|
TrainFlatNetworkQPROP ( |
Construct a QPROP trainer for flat networks.
|
|
UpdateWeight ( double gradients, double lastGradient, int index ) : double |
Update a weight.
|
public TrainFlatNetworkQPROP ( |
||
network | The network to train. | |
training | IMLDataSet | The training data. |
theLearningRate | double | The learning rate. 2 is a good suggestion as /// a learning rate to start with. If it fails to converge, /// then drop it. Just like backprop, except QPROP can /// take higher learning rates. |
리턴 | Encog.ML.Data |
public UpdateWeight ( double gradients, double lastGradient, int index ) : double | ||
gradients | double | The gradients. |
lastGradient | double | The last gradients. |
index | int | The index. |
리턴 | double |