PHP 8.1.28 Released!

fann_get_cascade_activation_steepnesses_count

(PECL fann >= 1.0.0)

fann_get_cascade_activation_steepnesses_countThe number of activation steepnesses

Açıklama

fann_get_cascade_activation_steepnesses_count(resource $ann): int

The number of activation steepnesses in the fann_get_cascade_activation_functions() array.

The default number of activation steepnesses is 4.

Bağımsız Değişkenler

ann

Sinir ağı özkaynağı.

Dönen Değerler

The number of activation steepnesses, or false on error.

Ayrıca Bakınız

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top