検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 161 for fann (0.007 sec.)
Sets the activation function for all the neurons in the supplied layer 6072
« fann_set_activation_function_hidden fann_set_activation_function_output » PHP Manual Fann 関数 ... function for all the neurons in the supplied layer fann_set_activation_function_layer (PECL fann >= 1.0.0) ... fann_set_activation_function_layer — Sets the activatio ... ion for all the neurons in the supplied layer 説明 fann_set_activation_function_layer ( resource $ann , in ... 合に true 、それ以外の場合に false を返します。 参考 fann_set_activation_function() - Sets the activation fu ...
https://man.plustar.jp/php/function.fann-set-activation-function-layer.html - [similar]
Sets the maximum step-size 6072
« fann_set_rprop_decrease_factor fann_set_rprop_delta_min » PHP Manual Fann 関数 Sets the maximu ... m step-size fann_set_rprop_delta_max (PECL fann >= 1.0.0) fann_set_ ... rprop_delta_max — Sets the maximum step-size 説明 fann_set_rprop_delta_max ( resource $ann , float $rprop ... 合に true 、それ以外の場合に false を返します。 参考 fann_get_rprop_delta_max() - Returns the maximum step-s ... ize fann_get_rprop_delta_min() - Returns the minimum step-s ...
https://man.plustar.jp/php/function.fann-set-rprop-delta-max.html - [similar]
Constructs a backpropagation neural network from a configuration file 6038
« fann_copy fann_create_shortcut_array » PHP Manual Fann 関数 Constructs a backpropagation neura ... l network from a configuration file fann_create_from_file (PECL fann >= 1.0.0) fann_create_ ... tion neural network from a configuration file 説明 fann_create_from_file ( string $configuration_file ): r ... rom a configuration file, which have been saved by fann_save() . パラメータ configuration_file The configu ... トワークリソース、エラー時に false を返します。 参考 fann_save() - Saves the entire network to a configurati ...
https://man.plustar.jp/php/function.fann-create-from-file.html - [similar]
Creates a standard backpropagation neural network which is not fully connectecte... 6038
« fann_create_from_file fann_create_shortcut » PHP Manual Fann 関数 Creates a standard backpropa ... ot fully connectected and has shortcut connections fann_create_shortcut_array (PECL fann >= 1.0.0) fann_cr ... lly connectected and has shortcut connections 説明 fann_create_shortcut_array ( int $num_layers , array $l ... twork resource on success, or false on error. 参考 fann_create_shortcut() - Creates a standard backpropaga ... ot fully connectected and has shortcut connections fann_create_sparse() - Creates a standard backpropagati ...
https://man.plustar.jp/php/function.fann-create-shortcut-array.html - [similar]
Creates a standard backpropagation neural network, which is not fully connected ... 6038
« fann_create_shortcut fann_create_sparse » PHP Manual Fann 関数 Creates a standard backpropagat ... not fully connected using an array of layer sizes fann_create_sparse_array (PECL fann >= 1.0.0) fann_crea ... fully connected using an array of layer sizes 説明 fann_create_sparse_array ( float $connection_rate , int ... 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() - Creates a standard backpropagati ...
https://man.plustar.jp/php/function.fann-create-sparse-array.html - [similar]
Creates the training data struct from a user supplied function 6038
« fann_create_standard fann_create_train » PHP Manual Fann 関数 Creates the training data struct ... from a user supplied function fann_create_train_from_callback (PECL fann >= 1.0.0) fa ... ing data struct from a user supplied function 説明 fann_create_train_from_callback ( int $num_data , int $ ... ニングリソース、エラー時に false を返します。 例 例1 fann_create_train_from_callback() example <?php functio ... ; $num_input = 2 ; $num_output = 1 ; $train_data = fann_create_train_from_callback ( $num_data , $num_inpu ...
https://man.plustar.jp/php/function.fann-create-train-from-callback.html - [similar]
Returns the activation steepness for supplied neuron and layer number 6038
« fann_get_activation_function fann_get_bias_array » PHP Manual Fann 関数 Returns the activation ... steepness for supplied neuron and layer number fann_get_activation_steepness (PECL fann >= 1.0.0) fann ... teepness for supplied neuron and layer number 説明 fann_get_activation_steepness ( resource $ann , int $la ... ned in the neural network, or false on error. 参考 fann_set_activation_function() - Sets the activation fu ... nction for supplied neuron and layer fann_set_activation_steepness_layer() - Sets the activa ...
https://man.plustar.jp/php/function.fann-get-activation-steepness.html - [similar]
Returns the cascade activation steepnesses 6038
« fann_get_cascade_activation_steepnesses_count fann_get_cascade_candidate_change_fraction » PHP ... Manual Fann 関数 Returns the cascade activation steepnesses fa ... nn_get_cascade_activation_steepnesses (PECL fann >= 1.0.0) fann_get_cascade_activation_steepnesses ... — Returns the cascade activation steepnesses 説明 fann_get_cascade_activation_steepnesses ( resource $ann ... t activation functions used by the candidates. See fann_get_cascade_num_candidates() for a description of ...
https://man.plustar.jp/php/function.fann-get-cascade-activation-steepnesses.html - [similar]
Returns the last errstr 6038
« fann_get_errno fann_get_layer_array » PHP Manual Fann 関数 Returns the last errstr fann_get_er ... rstr (PECL fann >= 1.0.0) fann_get_errstr — Returns the last errst ... r 説明 fann_get_errstr ( resource $errdat ): string Returns th ... り値 The last error string, or false on error. 参考 fann_reset_errstr() - Resets the last error string fann ... st error number 関連キーワード: errstr , Returns , fann , the , string , errno , リソース , errdat , 参考 ...
https://man.plustar.jp/php/function.fann-get-errstr.html - [similar]
Returns the stop function used during training 6038
« fann_get_train_error_function fann_get_training_algorithm » PHP Manual Fann 関数 Returns the s ... top function used during training fann_get_train_stop_function (PECL fann >= 1.0.0) fann_ ... eturns the stop function used during training 説明 fann_get_train_stop_function ( resource $ann ): int Ret ... functions constants. The default stop function is FANN_STOPFUNC_MSE . パラメータ ann ニューラルネットワー ... he stop function constant, or false on error. 参考 fann_set_train_stop_function() - Sets the stop function ...
https://man.plustar.jp/php/function.fann-get-train-stop-function.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT