TrainingView

fun TrainingView(state: TrainingUiState, onStart: () -> Unit, onStop: () -> Unit, onReset: () -> Unit, onRun: (Int) -> Unit, modifier: Modifier = Modifier)

This view displays a network under training, and provides controls to start, stop, reset, and run a set number of epochs.