array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'function.fann-get-sarprop-weight-decay-shift.php', 1 => 'fann_get_sarprop_weight_decay_shift', 2 => 'Returns the sarprop weight decay shift', ), 'up' => array ( 0 => 'ref.fann.php', 1 => 'Fann Funktionen', ), 'prev' => array ( 0 => 'function.fann-get-sarprop-temperature.php', 1 => 'fann_get_sarprop_temperature', ), 'next' => array ( 0 => 'function.fann-get-total-connections.php', 1 => 'fann_get_total_connections', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/fann/functions/fann-get-sarprop-weight-decay-shift.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

fann_get_sarprop_weight_decay_shift

(PECL fann >= 1.0.0)

fann_get_sarprop_weight_decay_shiftReturns the sarprop weight decay shift

Beschreibung

fann_get_sarprop_weight_decay_shift(resource $ann): float

The sarprop weight decay shift.

The default delta max is -6.644.

Parameter-Liste

ann

Ressource eines neuralen Netzwerks.

Rückgabewerte

The sarprop weight decay shift, or false on error.

Anmerkungen

Hinweis:

Diese Funktion ist nur verfügbar, wenn die Erweiterung fann mit libfann >= 2.2 kompiliert wurde.

Siehe auch