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 |