Class AiHyperParameters
Inheritance
System.Object
AiHyperParameters
Assembly: Crowdin.Api.dll
Syntax
public class AiHyperParameters : object
Properties
|
Improve this Doc
View Source
BatchSize
Declaration
public int? BatchSize { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
|
Improve this Doc
View Source
LearningRateMultiplier
Declaration
public float? LearningRateMultiplier { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Single> |
|
|
Improve this Doc
View Source
NEpochs
Declaration
public int? NEpochs { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|