検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 69 for Train (0.039 sec.)
Train one epoch with a set of training data 8936
« 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 — Trai ... n one epoch with a set of training data 説明 fann_train_epoch ( resource $ann , re ... source $data ): float Train one epoch with the training data stored in data. O ... ne epoch is where all of the training data is considered exactly once. This function ...
https://man.plustar.jp/php/function.fann-train-epoch.html - [similar]
Trains on an entire dataset, which is read from file, for a period of time 8908
« 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_file — ... is read from file, for a period of time 説明 fann_train_on_file ( resource $ann , string $filename , int $ ... chs_between_reports , float $desired_error ): bool Trains on an entire dataset, which is read from file, fo ... r a period of time. This training uses the training algorithm chosen by fann_set_ ...
https://man.plustar.jp/php/function.fann-train-on-file.html - [similar]
Trains on an entire dataset for a period of time 8583
« 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_data — ... n an entire dataset for a period of time 説明 fann_train_on_data ( resource $ann , resource $data , int $ma ... chs_between_reports , float $desired_error ): bool Trains on an entire dataset for a period of time. This t ... raining uses the training algorithm chosen by fann_set_training_algorithm ...
https://man.plustar.jp/php/function.fann-train-on-data.html - [similar]
定義済み定数 8526
« リソース型 例 » PHP Manual FANN 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... 実行時に動的にロードされている場合のみ使用可能です。 Training algorithms FANN_TRAIN_INCREMENTAL ( int ) Stand ... lgorithm, where the weights are updated after each training pattern. This means that the weights are update ... single epoch. For this reason some problems, will train very fast with this algorithm, while other more ad ... vanced problems will not train very well. FANN_TRAIN_BATCH ( int ) Standard backp ...
https://man.plustar.jp/php/fann.constants.html - [similar]
Scales the inputs and outputs in the training data to the specified range 8399
« fann_scale_output fann_scale_train » PHP Manual Fann 関数 Scales the inputs and outputs in the ... training data to the specified range fann_scale_train_da ... ta (PECL fann >= 1.0.0) fann_scale_train_data — Scales the inputs and outputs in the traini ... ng data to the specified range 説明 fann_scale_train_data ( resource $train_data , float $new_min , flo ... w_max ): bool Scales the inputs and outputs in the training data to the specified range. パラメータ train_d ...
https://man.plustar.jp/php/function.fann-scale-train-data.html - [similar]
Creates an empty training data struct 8300
« fann_create_train_from_callback fann_descale_input » PHP Manual Fann 関数 Creates an empty train ... ining data struct fann_create_train (PECL fann >= 1.0.0) fann_create_train — Creates a ... n empty training data struct 説明 fann_create_train ( int $num_d ... put , int $num_output ): resource Creates an empty training data struct. パラメータ num_data The number of ... training data num_input The number of inputs per training data num_output The number of ouputs per traini ...
https://man.plustar.jp/php/function.fann-create-train.html - [similar]
Returns an exact copy of a fann train data 8300
« fann_destroy fann_get_activation_function » PHP Manual Fann 関数 Returns an exact copy of a fa ... nn train data fann_duplicate_train_data (PECL fann >= 1.0.0 ... ) fann_duplicate_train_data — Returns an exact copy of a fann train data ... 説明 fann_duplicate_train_data ( resource $data ): resource Returns an exact ... copy of a fann train data resource . パラメータ data ニューラルネットワ ...
https://man.plustar.jp/php/function.fann-duplicate-train-data.html - [similar]
Descale input and output data based on previously calculated parameters 8144
« fann_descale_output fann_destroy_train » PHP Manual Fann 関数 Descale input and output data ba ... d on previously calculated parameters fann_descale_train (PECL fann >= 1.0.0) fann_descale_train — Descale ... previously calculated parameters 説明 fann_descale_train ( resource $ann , resource $train_data ): bool Des ... s. パラメータ ann ニューラルネットワークリソース。 train_data ニューラルネットワークトレーニングリソース。 ... それ以外の場合に false を返します。 参考 fann_scale_train() - Scale input and output data based on previousl ...
https://man.plustar.jp/php/function.fann-descale-train.html - [similar]
Scale input and output data based on previously calculated parameters 8102
« fann_scale_train_data fann_set_activation_function_hidden » PHP Manual Fann 関数 Scale input a ... sed on previously calculated parameters fann_scale_train (PECL fann >= 1.0.0) fann_scale_train — Scale inpu ... n previously calculated parameters 説明 fann_scale_train ( resource $ann , resource $train_data ): bool Sca ... s. パラメータ ann ニューラルネットワークリソース。 train_data ニューラルネットワークトレーニングリソース。 ... れ以外の場合に false を返します。 参考 fann_descale_train() - Descale input and output data based on previou ...
https://man.plustar.jp/php/function.fann-scale-train.html - [similar]
Sets the callback function for use during training 8102
« 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 ... llback — Sets the callback function for use during training 説明 fann_set_callback ( resource $ann , callab ... ): bool Sets the callback function for use during training. It means that it is called from fann_train_on_ ... data() or fann_train_on_file() . パラメータ ann ニューラルネットワークリ ...
https://man.plustar.jp/php/function.fann-set-callback.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT