検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 161 for fann (0.007 sec.)
Fann 関数 9006
« XOR training fann_cascadetrain_on_data » PHP Manual FANN Fann 関数 Fann 関数 目次 fann_cascade ... riod of time using the Cascade2 training algorithm fann_cascadetrain_on_file — Trains on an entire dataset ... riod of time using the Cascade2 training algorithm fann_clear_scaling_params — Clears scaling parameters f ... ann_copy — Creates a copy of a fann structure fann_create_from_file — Constructs a bac ... opagation neural network from a configuration file fann_create_shortcut_array — Creates a standard backpro ...
https://man.plustar.jp/php/ref.fann.html - [similar]
FANN (Fast Artificial Neural Network) 8960
« geoip_time_zone_by_country_and_region はじめに » PHP Manual その他の基本モジュール FANN (Fast ... Artificial Neural Network) FANN (Fast Artificial Neural Network) はじめに インスト ... 実行時設定 リソース型 定義済み定数 例 XOR training Fann 関数 fann_cascadetrain_on_data — Trains on an enti ... riod of time using the Cascade2 training algorithm fann_cascadetrain_on_file — Trains on an entire dataset ... riod of time using the Cascade2 training algorithm fann_clear_scaling_params — Clears scaling parameters f ...
https://man.plustar.jp/php/book.fann.html - [similar]
定義済み定数 7998
« リソース型 例 » PHP Manual FANN 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... されている場合のみ使用可能です。 Training algorithms FANN_TRAIN_INCREMENTAL ( int ) Standard backpropagation ... r more advanced problems will not train very well. FANN_TRAIN_BATCH ( int ) Standard backpropagation algor ... will reach a better solutions with this algorithm. FANN_TRAIN_RPROP ( int ) A more advanced batch training ... variety of the standard RPROP training algorithm. FANN_TRAIN_QUICKPROP ( int ) A more advanced batch trai ...
https://man.plustar.jp/php/fann.constants.html - [similar]
The number of fail bits 6714
« fann_get_bit_fail_limit fann_get_cascade_activation_functions_count » PHP Manual Fann 関数 The ... number of fail bits fann_get_bit_fail (PECL fann >= 1.0.0) fann_get_bit_fai ... l — The number of fail bits 説明 fann_get_bit_fail ( resource $ann ): int The number of ... ons which differ more than the bit fail limit (see fann_get_bit_fail_limit() , fann_set_bit_fail_limit() ) ... he number of training data. This value is reset by fann_reset_MSE() and updated by all the same functions ...
https://man.plustar.jp/php/function.fann-get-bit-fail.html - [similar]
Returns the cascade activation functions 6714
« fann_get_cascade_activation_functions_count fann_get_cascade_activation_steepnesses_count » PH ... P Manual Fann 関数 Returns the cascade activation functions fann ... _get_cascade_activation_functions (PECL fann >= 1.0.0) fann_get_cascade_activation_functions — ... Returns the cascade activation functions 説明 fann_get_cascade_activation_functions ( resource $ann ) ... nt 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-functions.html - [similar]
Returns the number of candidates used during training 6577
« fann_get_cascade_num_candidate_groups fann_get_cascade_output_change_fraction » PHP Manual Fann ... urns the number of candidates used during training fann_get_cascade_num_candidates (PECL fann >= 1.0.0) fa ... the number of candidates used during training 説明 fann_get_cascade_num_candidates ( resource $ann ): int ... es used during training (calculated by multiplying fann_get_cascade_activation_functions_count() , fann_ge ... t_cascade_activation_steepnesses_count() and fann_get_cascade_num_candidate_groups() ). The actual c ...
https://man.plustar.jp/php/function.fann-get-cascade-num-candidates.html - [similar]
Trains on an entire dataset for a period of time 6577
« fann_train_epoch fann_train_on_file » PHP Manual Fann 関数 Trains on an entire dataset for a p ... eriod of time fann_train_on_data (PECL fann >= 1.0.0) fann_train_on_d ... ins on an entire dataset for a period of time 説明 fann_train_on_data ( resource $ann , resource $data , i ... his training uses the training algorithm chosen by fann_set_training_algorithm() and the parameters set fo ... function is not called. desired_error The desired fann_get_MSE() or fann_get_bit_fail() , depending on th ...
https://man.plustar.jp/php/function.fann-train-on-data.html - [similar]
Trains on an entire dataset, which is read from file, for a period of time 6577
« fann_train_on_data fann_train » PHP Manual Fann 関数 Trains on an entire dataset, which is rea ... d from file, for a period of time fann_train_on_file (PECL fann >= 1.0.0) fann_train_on_f ... which is read from file, for a period of time 説明 fann_train_on_file ( resource $ann , string $filename , ... his training uses the training algorithm chosen by fann_set_training_algorithm() and the parameters set fo ... function is not called. desired_error The desired fann_get_MSE() or fann_get_bit_fail() , depending on th ...
https://man.plustar.jp/php/function.fann-train-on-file.html - [similar]
関数・メソッド 6542
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッ ... ezmlm_hash - EZMLM で必要なハッシュ値を計算する f FANNConnection::getFromNeuron - Returns the postions of ... starting neuron FANNConnection::getToNeuron - Returns the postions of t ... erminating neuron FANNConnection::getWeight - Returns the connection weig ... ht FANNConnection::setWeight - Sets the connections weight ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
Trains on an entire dataset, for a period of time using the Cascade2 training al... 6508
« Fann 関数 fann_cascadetrain_on_file » PHP Manual Fann 関数 Trains on an entire dataset, for a ... riod of time using the Cascade2 training algorithm fann_cascadetrain_on_data (PECL fann >= 1.0.0) fann_cas ... of time using the Cascade2 training algorithm 説明 fann_cascadetrain_on_data ( resource $ann , resource $d ... tween 0 and 1 determining how large a fraction the fann_get_MSE() value should change within fann_get_casc ... d. This training uses the parameters set using the fann_set_cascade_..., but it also uses another training ...
https://man.plustar.jp/php/function.fann-cascadetrain-on-data.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT