Optimizer

interface Optimizer

A Trainer will track the activations and derivatives of the model during the forward pass and provide them to the SinglePassOptimizer to update the model parameters.

Inheritors

Functions

Link copied to clipboard
abstract fun batch(cases: List<Exercise>): List<List<Exercise>>

Creates training batches out of the given cases.