検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 161 for fann (0.010 sec.)
Sets the activation steepness for supplied neuron and layer number 6038
« fann_set_activation_steepness_output fann_set_bit_fail_limit » PHP Manual Fann 関数 Sets the a ... ion steepness for supplied neuron and layer number fann_set_activation_steepness (PECL fann >= 1.0.0) fann ... teepness for supplied neuron and layer number 説明 fann_set_activation_steepness ( resource $ann , float $ ... 合に true 、それ以外の場合に false を返します。 参考 fann_set_activation_steepness_layer() - Sets the activa ... or all of the neurons in the supplied layer number fann_set_activation_steepness_hidden() - Sets the steep ...
https://man.plustar.jp/php/function.fann-set-activation-steepness.html - [similar]
Sets the array of cascade candidate activation functions 6038
« fann_set_callback fann_set_cascade_activation_steepnesses » PHP Manual Fann 関数 Sets the arra ... y of cascade candidate activation functions fann_set_cascade_activation_functions (PECL fann >= 1.0 ... .0) fann_set_cascade_activation_functions — Sets the array ... of cascade candidate activation functions 説明 fann_set_cascade_activation_functions ( resource $ann , ... ray of cascade candidate activation functions. See fann_get_cascade_num_candidates() for a description of ...
https://man.plustar.jp/php/function.fann-set-cascade-activation-functions.html - [similar]
Sets the array of cascade candidate activation steepnesses 6038
« fann_set_cascade_activation_functions fann_set_cascade_candidate_change_fraction » PHP Manual ... array of cascade candidate activation steepnesses fann_set_cascade_activation_steepnesses (PECL fann >= 1 ... .0.0) fann_set_cascade_activation_steepnesses — Sets the arra ... y of cascade candidate activation steepnesses 説明 fann_set_cascade_activation_steepnesses ( resource $ann ... y of cascade candidate activation steepnesses. See fann_get_cascade_num_candidates() for a description of ...
https://man.plustar.jp/php/function.fann-set-cascade-activation-steepnesses.html - [similar]
Sets the minimum out epochs 6038
« fann_set_cascade_min_cand_epochs fann_set_cascade_num_candidate_groups » PHP Manual Fann 関数 ... Sets the minimum out epochs fann_set_cascade_min_out_epochs (PECL fann >= 1.0.0) fa ... _min_out_epochs — Sets the minimum out epochs 説明 fann_set_cascade_min_out_epochs ( resource $ann , int $ ... の場合に false を返します。 注意 注意 : この関数は、fann拡張機能が libfann > 2.2 以上でビルドされている場合に ... だけ利用可能です。 参考 fann_get_cascade_min_out_epochs() - Returns the minimum ...
https://man.plustar.jp/php/function.fann-set-cascade-min-out-epochs.html - [similar]
Sets the quickprop mu factor 6038
« fann_set_quickprop_decay fann_set_rprop_decrease_factor » PHP Manual Fann 関数 Sets the quickp ... rop mu factor fann_set_quickprop_mu (PECL fann >= 1.0.0) fann_set_qui ... ckprop_mu — Sets the quickprop mu factor 説明 fann_set_quickprop_mu ( resource $ann , float $quickpro ... 合に true 、それ以外の場合に false を返します。 参考 fann_get_quickprop_mu() - Returns the mu factor 関連キー ... ワード: mu , quickprop , factor , Sets , fann , the , decrease , Fann , 関数 , resource ...
https://man.plustar.jp/php/function.fann-set-quickprop-mu.html - [similar]
Sets the initial step-size 6038
« fann_set_rprop_delta_min fann_set_rprop_increase_factor » PHP Manual Fann 関数 Sets the initia ... l step-size fann_set_rprop_delta_zero (PECL fann >= 1.0.0) fann_set ... rprop_delta_zero — Sets the initial step-size 説明 fann_set_rprop_delta_zero ( resource $ann , float $rpro ... 合に true 、それ以外の場合に false を返します。 参考 fann_get_rprop_delta_zero() - Returns the initial step- ... size fann_get_rprop_delta_min() - Returns the minimum step-s ...
https://man.plustar.jp/php/function.fann-set-rprop-delta-zero.html - [similar]
Sets the training algorithm 6038
« fann_set_train_stop_function fann_set_weight_array » PHP Manual Fann 関数 Sets the training al ... gorithm fann_set_training_algorithm (PECL fann >= 1.0.0) fann_s ... ining_algorithm — Sets the training algorithm 説明 fann_set_training_algorithm ( resource $ann , int $trai ... ets the training algorithm. More info available in fann_get_training_algorithm() . パラメータ ann ニューラ ... 合に true 、それ以外の場合に false を返します。 参考 fann_get_training_algorithm() - Returns the training al ...
https://man.plustar.jp/php/function.fann-set-training-algorithm.html - [similar]
XOR training 6004
« 例 Fann 関数 » PHP Manual 例 XOR training XOR training This example shows how to train data fo ... = 500000 ; $epochs_between_reports = 1000 ; $ann = fann_create_standard ( $num_layers , $num_input , $num_ ... neurons_hidden , $num_output ); if ( $ann ) { fann_set_activation_function_hidden ( $ann , FANN_SIGMO ... ID_SYMMETRIC ); fann_set_activation_function_output ( $ann , FANN_SIGMO ... lename = dirname ( __FILE__ ) . "/xor.data" ; if ( fann_train_on_file ( $ann , $filename , $max_epochs , $ ...
https://man.plustar.jp/php/fann.examples-1.html - [similar]
Clears scaling parameters 6004
« fann_cascadetrain_on_file fann_copy » PHP Manual Fann 関数 Clears scaling parameters fann_clea ... r_scaling_params (PECL fann >= 1.0.0) fann_clear_scaling_params — Clears scali ... ng parameters 説明 fann_clear_scaling_params ( resource $ann ): bool Clear ... す。 関連キーワード: scaling , Clears , parameters , fann , params , file , copy , Fann , 関数 , resource ...
https://man.plustar.jp/php/function.fann-clear-scaling-params.html - [similar]
Creates a standard backpropagation neural network, which is not fully connected 6004
« fann_create_sparse_array fann_create_standard_array » PHP Manual Fann 関数 Creates a standard ... ation neural network, which is not fully connected fann_create_sparse (PECL fann >= 1.0.0) fann_create_spa ... neural network, which is not fully connected 説明 fann_create_sparse ( float $connection_rate , int $num_ ... connection rate of 1 will yield the same result as fann_create_standard() . num_layers The total number of ... twork resource on success, or false on error. 参考 fann_create_sparse_array() - Creates a standard backpro ...
https://man.plustar.jp/php/function.fann-create-sparse.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT