検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 161 for fann (0.011 sec.)
Sets the learning momentum 6256
« fann_set_input_scaling_params fann_set_learning_rate » PHP Manual Fann 関数 Sets the learning ... momentum fann_set_learning_momentum (PECL fann >= 1.0.0) fann_se ... earning_momentum — Sets the learning momentum 説明 fann_set_learning_momentum ( resource $ann , float $lea ... Sets the learning momentum. More info available in fann_get_learning_momentum() . パラメータ ann ニューラル ... 合に true 、それ以外の場合に false を返します。 参考 fann_get_learning_momentum() - Returns the learning mom ...
https://man.plustar.jp/php/function.fann-set-learning-momentum.html - [similar]
Sets the learning rate 6256
« fann_set_learning_momentum fann_set_output_scaling_params » PHP Manual Fann 関数 Sets the lear ... ning rate fann_set_learning_rate (PECL fann >= 1.0.0) fann_set_le ... arning_rate — Sets the learning rate 説明 fann_set_learning_rate ( resource $ann , float $learnin ... ool Sets the learning rate. More info available in fann_get_learning_rate() . パラメータ ann ニューラルネッ ... 合に true 、それ以外の場合に false を返します。 参考 fann_get_learning_rate() - Returns the learning rate fa ...
https://man.plustar.jp/php/function.fann-set-learning-rate.html - [similar]
Returns the number of cascade activation functions 6221
« fann_get_bit_fail fann_get_cascade_activation_functions » PHP Manual Fann 関数 Returns the num ... ber of cascade activation functions fann_get_cascade_activation_functions_count (PECL fann ... >= 1.0.0) fann_get_cascade_activation_functions_count — Returns t ... he number of cascade activation functions 説明 fann_get_cascade_activation_functions_count ( resource ... n ): int The number of activation functions in the fann_get_cascade_activation_functions() array. The defa ...
https://man.plustar.jp/php/function.fann-get-cascade-activation-functions-count.... - [similar]
Returns an copy of a subset of the train data 6221
« fann_shuffle_train_data fann_test_data » PHP Manual Fann 関数 Returns an copy of a subset of t ... he train data fann_subset_train_data (PECL fann >= 1.0.0) fann_subset ... Returns an copy of a subset of the train data 説明 fann_subset_train_data ( resource $data , int $pos , in ... g at position pos and length elements forward. The fann_subset_train_data(train_data, 0, fann_length_train ... _data(train_data)) do the same as fann_duplicate_train_data() パラメータ data ニューラルネ ...
https://man.plustar.jp/php/function.fann-subset-train-data.html - [similar]
Test a set of training data and calculates the MSE for the training data 6221
« fann_subset_train_data fann_test » PHP Manual Fann 関数 Test a set of training data and calcul ... ates the MSE for the training data fann_test_data (PECL fann >= 1.0.0) fann_test_data — Te ... and calculates the MSE for the training data 説明 fann_test_data ( resource $ann , resource $data ): floa ... ス。 戻り値 The updated MSE, or false on error. 参考 fann_train_on_data() - Trains on an entire dataset for ... a period of time fann_train_epoch() - Train one epoch with a set of trai ...
https://man.plustar.jp/php/function.fann-test-data.html - [similar]
Trains on an entire dataset read from file, for a period of time using the Casca... 6187
« fann_cascadetrain_on_data fann_clear_scaling_params » PHP Manual Fann 関数 Trains on an entire ... riod of time using the Cascade2 training algorithm fann_cascadetrain_on_file (PECL fann >= 1.0.0) fann_cas ... of time using the Cascade2 training algorithm 説明 fann_cascadetrain_on_file ( resource $ann , string $fil ... ts , float $desired_error ): bool Does the same as fann_cascadetrain_on_data() , but reads the training da ... ports should be printed. desired_error The desired fann_get_MSE() or fann_get_bit_fail() , depending on wh ...
https://man.plustar.jp/php/function.fann-cascadetrain-on-file.html - [similar]
Creates an empty training data struct 6187
« fann_create_train_from_callback fann_descale_input » PHP Manual Fann 関数 Creates an empty tra ... ining data struct fann_create_train (PECL fann >= 1.0.0) fann_create_trai ... n — Creates an empty training data struct 説明 fann_create_train ( int $num_data , int $num_input , in ... ラー時に false を返します。 注意 注意 : この関数は、fann拡張機能が libfann > 2.2 以上でビルドされている場合に ... だけ利用可能です。 参考 fann_read_train_from_file() - Reads a file that stores ...
https://man.plustar.jp/php/function.fann-create-train.html - [similar]
Returns the activation function 6187
« fann_duplicate_train_data fann_get_activation_steepness » PHP Manual Fann 関数 Returns the act ... ivation function fann_get_activation_function (PECL fann >= 1.0.0) fann_ ... on_function — Returns the activation function 説明 fann_get_activation_function ( resource $ann , int $lay ... ned in the neural network, or false on error. 参考 fann_set_activation_function_layer() - Sets the activat ... function for all the neurons in the supplied layer fann_set_activation_function_hidden() - Sets the activa ...
https://man.plustar.jp/php/function.fann-get-activation-function.html - [similar]
Returns the last error number 6187
« fann_get_connection_rate fann_get_errstr » PHP Manual Fann 関数 Returns the last error number ... fann_get_errno (PECL fann >= 1.0.0) fann_get_errno — Returns the last error ... number 説明 fann_get_errno ( resource $errdat ): int Returns the la ... 。 戻り値 The error number, or false on error. 参考 fann_reset_errno() - Resets the last error number fann_ ... Returns the last errstr 関連キーワード: Returns , fann , the , errno , errstr , errdat , リソース , rate ...
https://man.plustar.jp/php/function.fann-get-errno.html - [similar]
Resets the last error number 6187
« fann_read_train_from_file fann_reset_errstr » PHP Manual Fann 関数 Resets the last error numbe ... r fann_reset_errno (PECL fann >= 1.0.0) fann_reset_errno ... — Resets the last error number 説明 fann_reset_errno ( resource $errdat ): void Resets the ... トレーニングリソース。 戻り値 値を返しません。 参考 fann_get_errno() - Returns the last error number fann_r ... ets the last error string 関連キーワード: Resets , fann , the , errno , errstr , errdat , リソース , from ...
https://man.plustar.jp/php/function.fann-reset-errno.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT