検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 161 for fann (0.012 sec.)
Creates a copy of a fann structure 6508
« fann_clear_scaling_params fann_create_from_file » PHP Manual Fann 関数 Creates a copy of a fann ... n structure fann_copy (PECL fann >= 1.0.0) fann_copy — Creates a co ... py of a fann structure 説明 fann_copy ( resource $ann ): resour ... ce Creates a copy of a fann structure. パラメータ ann ニューラルネットワークリ ... success, or false on error 注意 注意 : この関数は、fann拡張機能が libfann > 2.2 以上でビルドされている場合に ...
https://man.plustar.jp/php/function.fann-copy.html - [similar]
Returns the learning rate 6474
« fann_get_learning_momentum fann_get_MSE » PHP Manual Fann 関数 Returns the learning rate fann_ ... get_learning_rate (PECL fann >= 1.0.0) fann_get_learning_rate — Returns the lea ... rning rate 説明 fann_get_learning_rate ( resource $ann ): float The lea ... ng should be for some of the training algorithms ( FANN_TRAIN_INCREMENTAL , FANN_TRAIN_BATCH , FANN_TRAIN_ ... UICKPROP ). Do however note that it is not used in FANN_TRAIN_RPROP . The default learning rate is 0.7. パ ...
https://man.plustar.jp/php/function.fann-get-learning-rate.html - [similar]
Sets the callback function for use during training 6428
« fann_set_bit_fail_limit fann_set_cascade_activation_functions » PHP Manual Fann 関数 Sets the ... callback function for use during training fann_set_callback (PECL fann >= 1.0.0) fann_set_callbac ... the callback function for use during training 説明 fann_set_callback ( resource $ann , callable $callback ... e during training. It means that it is called from fann_train_on_data() or fann_train_on_file() . パラメー ... n - The train data resource or null if called from fann_train_on_file() max_epochs - The maximum number of ...
https://man.plustar.jp/php/function.fann-set-callback.html - [similar]
Returns the training algorithm 6393
« fann_get_train_stop_function fann_init_weights » PHP Manual Fann 関数 Returns the training alg ... orithm fann_get_training_algorithm (PECL fann >= 1.0.0) fann_g ... ng_algorithm — Returns the training algorithm 説明 fann_get_training_algorithm ( resource $ann ): int Retu ... ning algorithm. This training algorithm is used by fann_train_on_data() and associated functions. Note tha ... t this algorithm is also used during fann_cascadetrain_on_data() , although only FANN_TRAIN_ ...
https://man.plustar.jp/php/function.fann-get-training-algorithm.html - [similar]
Sets the activation function for supplied neuron and layer 6359
« fann_set_activation_function_output fann_set_activation_steepness_hidden » PHP Manual Fann 関数 ... activation function for supplied neuron and layer fann_set_activation_function (PECL fann >= 1.0.0) fann_ ... vation function for supplied neuron and layer 説明 fann_set_activation_function ( resource $ann , int $act ... hat the activation functions have different range. FANN_SIGMOID is e.g. in the 0 - 1 range while FANN_SIGM ... OID_SYMMETRIC is in the -1 - 1 range and FANN_LINEAR is unbound. The supplied activation_functio ...
https://man.plustar.jp/php/function.fann-set-activation-function.html - [similar]
Saves the entire network to a configuration file 6325
« fann_save_train fann_scale_input_train_data » PHP Manual Fann 関数 Saves the entire network to ... a configuration file fann_save (PECL fann >= 1.0.0) fann_save — Saves the en ... tire network to a configuration file 説明 fann_save ( resource $ann , string $configuration_file ... l information about the neural network and enables fann_create_from_file() to create an exact copy of the ... with the neural network. These three parameters ( fann_set_callback() , fann_set_error_log() , fann_set_u ...
https://man.plustar.jp/php/function.fann-save.html - [similar]
Returns an exact copy of a fann train data 6290
« fann_destroy fann_get_activation_function » PHP Manual Fann 関数 Returns an exact copy of a fann ... nn train data fann_duplicate_train_data (PECL fann >= 1.0.0) fann_dup ... licate_train_data — Returns an exact copy of a fann train data 説明 fann_duplicate_train_data ( resour ... ce $data ): resource Returns an exact copy of a fann train data resource . パラメータ data ニューラルネ ... ース、エラー時に false を返します。 関連キーワード: fann , data , Returns , copy , exact , of , resource , ...
https://man.plustar.jp/php/function.fann-duplicate-train-data.html - [similar]
Test with a set of inputs, and a set of desired outputs 6290
« fann_test_data fann_train_epoch » PHP Manual Fann 関数 Test with a set of inputs, and a set of ... desired outputs fann_test (PECL fann >= 1.0.0) fann_test — Test with a ... set of inputs, and a set of desired outputs 説明 fann_test ( resource $ann , array $input , array $desir ... 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. 戻り値 Returns test outputs ...
https://man.plustar.jp/php/function.fann-test.html - [similar]
Returns the cascade candidate change fraction 6256
« fann_get_cascade_activation_steepnesses fann_get_cascade_candidate_limit » PHP Manual Fann 関数 ... Returns the cascade candidate change fraction fann_get_cascade_candidate_change_fraction (PECL fann > ... = 1.0.0) fann_get_cascade_candidate_change_fraction — Returns th ... e cascade candidate change fraction 説明 fann_get_cascade_candidate_change_fraction ( resource $ ... tween 0 and 1 determining how large a fraction the fann_get_MSE() value should change within fann_get_casc ...
https://man.plustar.jp/php/function.fann-get-cascade-candidate-change-fraction.h... - [similar]
Returns the cascade output change fraction 6256
« fann_get_cascade_num_candidates fann_get_cascade_output_stagnation_epochs » PHP Manual Fann... 数 Returns the cascade output change fraction fann_get_cascade_output_change_fraction (PECL fann >= 1 ... .0.0) fann_get_cascade_output_change_fraction — Returns the c ... ascade output change fraction 説明 fann_get_cascade_output_change_fraction ( resource $ann ... en 0 and 1 determining how large a fraction of the fann_get_MSE() value should change within fann_get_casc ...
https://man.plustar.jp/php/function.fann-get-cascade-output-change-fraction.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT