Share via


StochasticOptimizer Struct

Definition

Stochastic optimizer for image models.

public readonly struct StochasticOptimizer : IEquatable<Azure.ResourceManager.MachineLearning.Models.StochasticOptimizer>
Inheritance
StochasticOptimizer
Implements

Constructors

StochasticOptimizer(String)

Initializes a new instance of StochasticOptimizer.

Properties

Adam

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

Adamw

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

None

No optimizer selected.

Sgd

Stochastic Gradient Descent optimizer.

Methods

Equals(StochasticOptimizer)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Applies to

Product Versions
Azure SDK for .NET Latest, Preview