Stochastic Gradient Descent
constructor(batchSize: Int, learningRate: LearningRateSchedule, entropy: Random = Random.Default, discardExtras: Boolean = false)
Parameters
learning Rate
The learning rate for the optimizer.
The learning rate for the optimizer.