検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 161 for fann (0.020 sec.)
Resets the last error string 6187
« fann_reset_errno fann_reset_MSE » PHP Manual Fann 関数 Resets the last error string fann_reset ... _errstr (PECL fann >= 1.0.0) fann_reset_errstr — Resets the last erro ... r string 説明 fann_reset_errstr ( resource $errdat ): void Resets the ... トレーニングリソース。 戻り値 値を返しません。 参考 fann_get_errstr() - Returns the last errstr fann_reset_ ... ast error number 関連キーワード: Resets , string , fann , the , errstr , errno , errdat , リソース , Fann ...
https://man.plustar.jp/php/function.fann-reset-errstr.html - [similar]
Sets the steepness of the activation steepness for all neurons in the all hidden... 6187
« fann_set_activation_function fann_set_activation_steepness_layer » PHP Manual Fann 関数 Sets t ... steepness for all neurons in the all hidden layers fann_set_activation_steepness_hidden (PECL fann >= 1.0. ... 0) fann_set_activation_steepness_hidden — Sets the steepne ... ness for all neurons in the all hidden layers 説明 fann_set_activation_steepness_hidden ( resource $ann , ... 合に true 、それ以外の場合に false を返します。 参考 fann_set_activation_steepness() - Sets the activation s ...
https://man.plustar.jp/php/function.fann-set-activation-steepness-hidden.html - [similar]
Sets the steepness of the activation steepness in the output layer 6187
« fann_set_activation_steepness_layer fann_set_activation_steepness » PHP Manual Fann 関数 Sets ... ss of the activation steepness in the output layer fann_set_activation_steepness_output (PECL fann >= 1.0. ... 0) fann_set_activation_steepness_output — Sets the steepne ... the activation steepness in the output layer 説明 fann_set_activation_steepness_output ( resource $ann , ... 合に true 、それ以外の場合に false を返します。 参考 fann_set_activation_steepness() - Sets the activation s ...
https://man.plustar.jp/php/function.fann-set-activation-steepness-output.html - [similar]
Train one iteration with a set of inputs, and a set of desired outputs 6187
« fann_train_on_file FANNConnection » PHP Manual Fann 関数 Train one iteration with a set of inp ... uts, and a set of desired outputs fann_train (PECL fann >= 1.0.0) fann_train — Train one ... a set of inputs, and a set of desired outputs 説明 fann_train ( resource $ann , array $input , array $desi ... put An array of inputs. This array must be exactly fann_get_num_input() long. desired_output An array of d ... esired outputs. This array must be exactly fann_get_num_output() long. 戻り値 成功した場合に true ...
https://man.plustar.jp/php/function.fann-train.html - [similar]
Reads a file that stores training data 6153
« fann_randomize_weights fann_reset_errno » PHP Manual Fann 関数 Reads a file that stores traini ... ng data fann_read_train_from_file (PECL fann >= 1.0.0) fann_rea ... file — Reads a file that stores training data 説明 fann_read_train_from_file ( string $filename ): resourc ... ニングリソース、エラー時に false を返します。 例 例1 fann_read_train_from_file() example <?php $train_data = ... fann_read_train_from_file ( "xor.data" ); if ( $train_d ...
https://man.plustar.jp/php/function.fann-read-train-from-file.html - [similar]
Sets the activation function for all of the hidden layers 6153
« fann_scale_train fann_set_activation_function_layer » PHP Manual Fann 関数 Sets the activation ... function for all of the hidden layers fann_set_activation_function_hidden (PECL fann >= 1.0.0 ... ) fann_set_activation_function_hidden — Sets the activati ... on function for all of the hidden layers 説明 fann_set_activation_function_hidden ( resource $ann , i ... 合に true 、それ以外の場合に false を返します。 参考 fann_set_activation_function() - Sets the activation fu ...
https://man.plustar.jp/php/function.fann-set-activation-function-hidden.html - [similar]
Sets the activation function for the output layer 6153
« fann_set_activation_function_layer fann_set_activation_function » PHP Manual Fann 関数 Sets th ... e activation function for the output layer fann_set_activation_function_output (PECL fann >= 1.0.0 ... ) fann_set_activation_function_output — Sets the activati ... on function for the output layer 説明 fann_set_activation_function_output ( resource $ann , i ... 合に true 、それ以外の場合に false を返します。 参考 fann_set_activation_function() - Sets the activation fu ...
https://man.plustar.jp/php/function.fann-set-activation-function-output.html - [similar]
Train one epoch with a set of training data 6153
« fann_test fann_train_on_data » PHP Manual Fann 関数 Train one epoch with a set of training dat ... a fann_train_epoch (PECL fann >= 1.0.0) fann_train_epoch ... — Train one epoch with a set of training data 説明 fann_train_epoch ( resource $ann , resource $data ): fl ... ining algorithm used by this function is chosen by fann_set_training_algorithm() function. パラメータ ann ... グリソース。 戻り値 The MSE, or false on error. 参考 fann_train_on_data() - Trains on an entire dataset for ...
https://man.plustar.jp/php/function.fann-train-epoch.html - [similar]
Creates a standard fully connected backpropagation neural network using an array... 6107
« fann_create_sparse fann_create_standard » PHP Manual Fann 関数 Creates a standard fully connec ... ation neural network using an array of layer sizes fann_create_standard_array (PECL fann >= 1.0.0) fann_cr ... neural network using an array of layer sizes 説明 fann_create_standard_array ( int $num_layers , array $l ... lways emits 1. To destroy a neural network use the fann_destroy() function. パラメータ num_layers The tota ... twork resource on success, or false on error. 参考 fann_create_standard() - Creates a standard fully conne ...
https://man.plustar.jp/php/function.fann-create-standard-array.html - [similar]
The number of activation steepnesses 6107
« fann_get_cascade_activation_functions fann_get_cascade_activation_steepnesses » PHP Manual Fann ... n 関数 The number of activation steepnesses fann_get_cascade_activation_steepnesses_count (PECL fan ... n >= 1.0.0) fann_get_cascade_activation_steepnesses_count — The num ... ber of activation steepnesses 説明 fann_get_cascade_activation_steepnesses_count ( resourc ... ): int The number of activation steepnesses in the fann_get_cascade_activation_functions() array. The defa ...
https://man.plustar.jp/php/function.fann-get-cascade-activation-steepnesses-coun... - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT