Class EpochHistory
Represents the training history for a single epoch or iteration.
public class EpochHistory
- Inheritance
-
EpochHistory
- Inherited Members
Properties
Accuracy
Gets or sets the accuracy value for this epoch.
public double Accuracy { get; set; }
Property Value
EpochNumber
Gets or sets the epoch number.
public int EpochNumber { get; set; }
Property Value
Loss
Gets or sets the loss value for this epoch.
public double Loss { get; set; }