Query: fann_get_cascade_num_candidates
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FANN_GET_CASCADE_NUM_CANDIDATES(3) 1 FANN_GET_CASCADE_NUM_CANDIDATES(3) fann_get_cascade_num_candidates - Returns the number of candidates used during trainingSYNOPSISint fann_get_cascade_num_candidates (resource $ann)DESCRIPTIONThe number of candidates used during training (calculated by multiplying fann_get_cascade_activation_functions_count(3), fann_get_cas- cade_activation_steepnesses_count(3) and fann_get_cascade_num_candidate_groups(3)). The actual candidates is defined by the fann_get_cascade_activation_functions(3) and fann_get_cascade_activation_steepnesses(3) arrays. These arrays define the activation functions and activation steepnesses used for the candidate neurons. If there are 2 activation functions in the activation function array and 3 steepnesses in the steepness array, then there will be 2x3=6 different candidates which will be trained. These 6 different candidates can be copied into several candidate groups, where the only difference between these groups is the initial weights. If the number of groups is set to 2, then the number of candidate neurons will be 2x3x2=12. The number of candidate groups is defined by fann_set_cascade_num_candidate_groups(3). The default number of candidates is 6x4x2 = 48PARAMETERSo $ann -Neural network resource.RETURN VALUESThe number of candidates used during training, or FALSE on error.SEE ALSOfann_get_cascade_activation_functions(3), fann_get_cascade_activation_functions_count(3), fann_get_cascade_activation_steepnesses(3), fann_get_cascade_activation_steepnesses_count(3), fann_get_cascade_num_candidate_groups(3). PHP Documentation Group FANN_GET_CASCADE_NUM_CANDIDATES(3)
Related Man Pages |
---|
moduli(5) - linux |
rkbgnbun(3) - debian |
ckey(7) - debian |
moduli(5) - suse |
cm(3x) - sunos |
Similar Topics in the Unix Linux Community |
---|
Hp-ux |
C Brain Teaser |
Recommendation help... |
C: lenght of array |
Group sums by matching and then multiplying by weights |