SgdBinaryTrainerBase<TModel>.OptionsBase.NumberOfIterations Field

Definition

The maximum number of passes through the training dataset.

public int NumberOfIterations;
val mutable NumberOfIterations : int
Public NumberOfIterations As Integer 

Field Value

Int32

Set to 1 to simulate online learning.

Applies to