Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration KnownStochasticOptimizer

Package version

Known values of StochasticOptimizer that the service accepts.

Index

Enumeration members

Enumeration members

Adam

Adam: = "Adam"

Adam is algorithm the optimizes stochastic objective functions based on adaptive estimates of moments

Adamw

Adamw: = "Adamw"

AdamW is a variant of the optimizer Adam that has an improved implementation of weight decay.

None

None: = "None"

No optimizer selected.

Sgd

Sgd: = "Sgd"

Stochastic Gradient Descent optimizer.

Generated using TypeDoc