Table of Contents

Class EpochHistory

Namespace
AiDotNet.Models
Assembly
AiDotNet.dll

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

double

EpochNumber

Gets or sets the epoch number.

public int EpochNumber { get; set; }

Property Value

int

Loss

Gets or sets the loss value for this epoch.

public double Loss { get; set; }

Property Value

double