Comment on page
Conditional Object
See conditionals. Conditionals are defined as part of an experiment and are used to turn parameters on and off. Among many use cases, they are especially helpful for tuning the architecture of deep neural networks.
Key | Type | Value |
---|---|---|
name | string | A user-specified name for this conditional. This name will show up as the key in assignments dictionaries. |
values | array<string> | The values that this conditional can be assigned. |
{
"name": "num_hidden_layers",
"values": ["1", "2", "3"]
}
Last modified 1yr ago