david-thrower / cerebros-core-algorithm-alpha

The Cerebros package is an ultra-precise Neural Architecture Search (NAS) / AutoML that is intended to much more closely mimic biological neurons than conventional neural network architecture strategies.
Other
27 stars 4 forks source link

Add activation randomization (not all Dense nodes have the same activation) #77

Open david-thrower opened 1 year ago

david-thrower commented 1 year ago
  1. All param for list of activations
  2. Parameter for probably of a given option [e.g. list of n activations to be tried as one param, list of n probabilities, that must add up to 1 as the second parameter]