AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class Hyperparameters

    Inheritance
    object
    Hyperparameters
    Namespace: Glitch9.AIDevKit.Google
    Assembly: .dll
    Syntax
    public class Hyperparameters

    Properties

    BatchSize

    Declaration
    public int BatchSize { get; set; }
    Property Value
    Type Description
    int

    EpochCount

    Declaration
    public int EpochCount { get; set; }
    Property Value
    Type Description
    int

    LearningRate

    Declaration
    public float LearningRate { get; set; }
    Property Value
    Type Description
    float
    In this article
    Back to top Generated by DocFX