fann_get_cascade_activation_functions
(PECL fann >= 1.0.0)
fann_get_cascade_activation_functions — Returns the cascade activation functions
説明
The cascade activation functions array is an array of the different activation functions used by the candidates
See fann_get_cascade_num_candidates() for a description of which candidate neurons will be generated by this array.
The default activation functions are FANN_SIGMOID
, FANN_SIGMOID_SYMMETRIC
,
FANN_GAUSSIAN
, FANN_GAUSSIAN_SYMMETRIC
, FANN_ELLIOT
,
FANN_ELLIOT_SYMMETRIC
.
パラメータ
ann
-
ニューラルネットワークリソース。
戻り値
The cascade activation functions, or false
on error.
参考
- fann_get_cascade_activation_functions_count() - Returns the number of cascade activation functions
- fann_set_cascade_activation_functions() - Sets the array of cascade candidate activation functions
+add a note
User Contributed Notes
There are no user contributed notes for this page.