메소드 | 설명 | |
---|---|---|
BPROPJob ( BasicNetwork network, INeuralDataSet training, bool loadToMemory, double learningRate, double momentum ) : System |
Construct a job definition for RPROP. For more information on backprop, see the Backpropagation class.
|
|
CreateTrainer ( |
public BPROPJob ( BasicNetwork network, INeuralDataSet training, bool loadToMemory, double learningRate, double momentum ) : System | ||
network | BasicNetwork | The network to use. |
training | INeuralDataSet | The training data to use. |
loadToMemory | bool | Should binary data be loaded to memory? |
learningRate | double | THe learning rate to use. |
momentum | double | The momentum to use. |
리턴 | System |
public CreateTrainer ( |
||
profile | ||
singleThreaded | System.Boolean | |
리턴 | void |