StochasticOptimizer Struct
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stochastic optimizer for image models.
public readonly struct StochasticOptimizer : IEquatable<Azure.ResourceManager.MachineLearning.Models.StochasticOptimizer>
type StochasticOptimizer = struct
Public Structure StochasticOptimizer
Implements IEquatable(Of StochasticOptimizer)
- Inheritance
-
StochasticOptimizer
- Implements
Stochastic |
Initializes a new instance of StochasticOptimizer. |
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. |
Equals(Stochastic |
Indicates whether the current object is equal to another object of the same type. |
To |
Returns the fully qualified type name of this instance. |
Equality(Stochastic |
Determines if two StochasticOptimizer values are the same. |
Implicit(String to Stochastic |
Converts a string to a StochasticOptimizer. |
Inequality(Stochastic |
Determines if two StochasticOptimizer values are not the same. |
Product | Versions |
---|---|
Azure SDK for .NET | Latest, Preview |
Azure SDK for .NET feedback
Azure SDK for .NET is an open source project. Select a link to provide feedback: