Search Results for

    Show / Hide Table of Contents

    Class AiHyperParameters

    Inheritance
    System.Object
    AiHyperParameters
    Namespace: Crowdin.Api.AI
    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>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX