Метод | Описание | |
---|---|---|
Init ( ITrain train ) : void |
Initialize this strategy.
|
|
PostIteration ( ) : void |
Called just after a training iteration.
|
|
PreIteration ( ) : void |
Called just before a training iteration.
|
|
ResetStrategy ( double required, int cycles ) : System |
Construct a reset strategy. The error rate must fall below the required rate in the specified number of cycles, or the neural network will be reset to random weights and thresholds.
|
public Init ( ITrain train ) : void | ||
train | ITrain | The training algorithm. |
Результат | void |
public ResetStrategy ( double required, int cycles ) : System | ||
required | double | The required error rate. |
cycles | int | The number of cycles to reach that rate. |
Результат | System |