Results of 1 - 10 of about 21 for outputs (0.002 sec.)
- Scales the outputs in the training data to the specified range 11839
- « fann_scale_input fann_scale_output » PHP Manual Fann 関数 Scales the outputs in the training d
...
= 1.0.0) fann_scale_output_train_data — Scales the outputs in the training data to the specified range 説明 f ...
float $new_min , float $new_max ): bool Scales the outputs in the training data to the specified range. パラメ ...
ーニングリソース。 new_min New minimum after scaling outputs in training data. new_max New maximum after scalin ...
g outputs in training data. 戻り値 成功した場合に true 、それ ...
-
https://man.plustar.jp/php/function.fann-scale-output-train-data.html
- [similar]
- Scales the inputs and outputs in the training data to the specified range 11839
- « fann_scale_output fann_scale_train » PHP Manual Fann 関数 Scales the inputs and outputs in the
...
0.0) fann_scale_train_data — Scales the inputs and outputs in the training data to the specified range 説明 f ...
min , float $new_max ): bool Scales the inputs and outputs in the training data to the specified range. パラメ ...
ース。 new_min New minimum after scaling inputs and outputs in training data. new_max New maximum after scalin ...
g inputs and outputs in training data. 戻り値 成功した場合に true 、それ ...
-
https://man.plustar.jp/php/function.fann-scale-train-data.html
- [similar]
- Test with a set of inputs, and a set of desired outputs 11687
- « 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 wi ...
th a set of inputs, and a set of desired outputs 説明 fann_test ( resource $ann , array $input , ar ...
ay Test with a set of inputs, and a set of desired outputs. This operation updates the mean square error, but ...
m_input() long. desired_output An array of desired outputs. This array must be exactly fann_get_num_output() ...
-
https://man.plustar.jp/php/function.fann-test.html
- [similar]
- Returns the number of outputs in each of the training patterns in the train data 10723
- « fann_num_input_train_data fann_print_error » PHP Manual Fann 関数 Returns the number of outputs
...
fann_num_output_train_data — Returns the number of outputs in each of the training patterns in the train data ...
data ( resource $data ): int Returns the number of outputs in each of the training patterns in the train data ...
トワークトレーニングリソース。 戻り値 The number of outputs, or false on error. 参考 fann_length_train_data() ...
キーワード: data , fann , Returns , num , patterns , outputs , each , resource , 関数 , Fann ...
-
https://man.plustar.jp/php/function.fann-num-output-train-data.html
- [similar]
- Train one iteration with a set of inputs, and a set of desired outputs 10367
- « 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 ...
eration with a set of inputs, and a set of desired outputs 説明 fann_train ( resource $ann , array $input , a ...
eration with a set of inputs, and a set of desired outputs. This training is always incremental training, sin ...
m_input() long. desired_output An array of desired outputs. This array must be exactly fann_get_num_output() ...
-
https://man.plustar.jp/php/function.fann-train.html
- [similar]
- 指定されたシグナルの現在のハンドラを取得する 8778
- « pcntl_signal_dispatch pcntl_signal » PHP Manual PCNTL 関数 指定されたシグナルの現在のハンドラを
...
r_dump ( pcntl_signal_get_handler ( SIGUSR1 )); // Outputs: int(0) function pcntl_test ( $signo ) {} pcntl_si ...
r_dump ( pcntl_signal_get_handler ( SIGUSR1 )); // Outputs: string(10) "pcntl_test" pcntl_signal ( SIGUSR1 , ...
r_dump ( pcntl_signal_get_handler ( SIGUSR1 )); // Outputs: int(0) pcntl_signal ( SIGUSR1 , SIG_IGN ); var_du ...
mp ( pcntl_signal_get_handler ( SIGUSR1 )); // Outputs: int(1) ?> 参考 pcntl_signal() - シグナルハンドラを ...
-
https://man.plustar.jp/php/function.pcntl-signal-get-handler.html
- [similar]
- Scales the inputs in the training data to the specified range 8625
- « fann_save fann_scale_input » PHP Manual Fann 関数 Scales the inputs in the training data to th
...
。 参考 fann_scale_output_train_data() - Scales the outputs in the training data to the specified range fann_s ...
cale_train_data() - Scales the inputs and outputs in the training data to the specified range 関連キ ...
nputs , scale , range , specified , Scales , new , outputs , New ...
-
https://man.plustar.jp/php/function.fann-scale-input-train-data.html
- [similar]
- ロケールの設定に基づいてローカルな日付・時間をフォーマットする 8016
- « mktime strptime » PHP Manual 日付・時刻 関数 ロケールの設定に基づいてローカルな日付・時間をフォ
...
5 2 6 7 8 9 10 11 12 3 13 14 15 16 17 18 19 */ // Outputs: 12/28/2002 - %V,%G,%Y = 52,2002,2002 echo "12/28/ ...
V,%G,%Y" , strtotime ( "12/28/2002" )) . "\n" ; // Outputs: 12/30/2002 - %V,%G,%Y = 1,2003,2002 echo "12/30/2 ...
V,%G,%Y" , strtotime ( "12/30/2002" )) . "\n" ; // Outputs: 1/3/2003 - %V,%G,%Y = 1,2003,2003 echo "1/3/2003 ...
"%V,%G,%Y" , strtotime ( "1/3/2003" )) . "\n" ; // Outputs: 1/10/2003 - %V,%G,%Y = 2,2003,2003 echo "1/10/200 ...
-
https://man.plustar.jp/php/function.strftime.html
- [similar]
- Fann 関数 7966
- « XOR training fann_cascadetrain_on_data » PHP Manual FANN Fann 関数 Fann 関数 目次 fann_cascade
...
_stagnation_epochs — Returns the number of cascade output stagnation epochs fann_get_cascade_weight_multiplie ...
fann_num_output_train_data — Returns the number of outputs in each of the training patterns in the train data ...
rameters fann_scale_output_train_data — Scales the outputs in the training data to the specified range fann_s ...
ters fann_scale_train_data — Scales the inputs and outputs in the training data to the specified range fann_s ...
-
https://man.plustar.jp/php/ref.fann.html
- [similar]
- FANN (Fast Artificial Neural Network) 7915
- « geoip_time_zone_by_country_and_region はじめに » PHP Manual その他の基本モジュール FANN (Fast
...
_stagnation_epochs — Returns the number of cascade output stagnation epochs fann_get_cascade_weight_multiplie ...
fann_num_output_train_data — Returns the number of outputs in each of the training patterns in the train data ...
rameters fann_scale_output_train_data — Scales the outputs in the training data to the specified range fann_s ...
ters fann_scale_train_data — Scales the inputs and outputs in the training data to the specified range fann_s ...
-
https://man.plustar.jp/php/book.fann.html
- [similar]