algorithm property

Algorithm? algorithm
final

The algorithm used to train the MLModel. The following algorithm is supported:

  • SGD -- Stochastic gradient descent. The goal of SGD is to minimize the gradient of the loss function.

Implementation

final Algorithm? algorithm;