Network Training Ui State
data class NetworkTrainingUiState(val epochsTrained: Int, val networkState: NeuralNetworkUiState, val statistics: StatisticsUiState)
Represents the state of a single network during training.
Parameters
epochs Trained
The current epoch number in the training process. 0 indicates no elapsed epochs.