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

Example

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

Last updated