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.

Fields

KeyTypeValue

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.

Example

{
  "name": "num_hidden_layers",
  "values": ["1", "2", "3"]
}

Last updated