検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 38 for neurons (0.007 sec.)
Returns the activation function 7012
« fann_duplicate_train_data fann_get_activation_steepness » PHP Manual Fann 関数 Returns the act ... s not possible to get activation functions for the neurons in the input layer. The return value is one of the ... layer() - Sets the activation function for all the neurons in the supplied layer fann_set_activation_function ...
https://man.plustar.jp/php/function.fann-get-activation-function.html - [similar]
Sets the steepness of the activation steepness in the output layer 7012
« fann_set_activation_steepness_layer fann_set_activation_steepness » PHP Manual Fann 関数 Sets ... r() - Sets the activation steepness for all of the neurons in the supplied layer number fann_set_activation_s ... the steepness of the activation steepness for all neurons in the all hidden layers fann_get_activation_steep ...
https://man.plustar.jp/php/function.fann-set-activation-steepness-output.html - [similar]
Test with a set of inputs, and a set of desired outputs 7012
« fann_test_data fann_train_epoch » PHP Manual Fann 関数 Test with a set of inputs, and a set of ... uts fann_get_num_input() - Get the number of input neurons fann_get_num_output() - Get the number of output n ...
https://man.plustar.jp/php/function.fann-test.html - [similar]
Train one iteration with a set of inputs, and a set of desired outputs 7012
« fann_train_on_file FANNConnection » PHP Manual Fann 関数 Train one iteration with a set of inp ... ata fann_get_num_input() - Get the number of input neurons fann_get_num_output() - Get the number of output n ...
https://man.plustar.jp/php/function.fann-train.html - [similar]
Sets the activation function for supplied neuron and layer 6918
« fann_set_activation_function_output fann_set_activation_steepness_hidden » PHP Manual Fann 関数 ... s not possible to set activation functions for the neurons in the input layer. When choosing an activation fu ... layer() - Sets the activation function for all the neurons in the supplied layer fann_set_activation_function ...
https://man.plustar.jp/php/function.fann-set-activation-function.html - [similar]
Returns the number of candidates used during training 6855
« fann_get_cascade_num_candidate_groups fann_get_cascade_output_change_fraction » PHP Manual Fan ... and activation steepnesses used for the candidate neurons. If there are 2 activation functions in the activa ... f groups is set to 2, then the number of candidate neurons will be 2x3x2=12. The number of candidate groups i ...
https://man.plustar.jp/php/function.fann-get-cascade-num-candidates.html - [similar]
XOR training 6808
« 例 Fann 関数 » PHP Manual 例 XOR training XOR training This example shows how to train data fo ... put = 2 ; $num_output = 1 ; $num_layers = 3 ; $num_neurons_hidden = 3 ; $desired_error = 0.001 ; $max_epochs ... _create_standard ( $num_layers , $num_input , $num_neurons_hidden , $num_output ); if ( $ann ) { fann_set_act ...
https://man.plustar.jp/php/fann.examples-1.html - [similar]
定義済み定数 6761
« リソース型 例 » PHP Manual FANN 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... ail. The number of bits means the number of output neurons which differs more than the bit fail limit (see fa ... FANN_E_INPUT_NO_MATCH ( int ) The number of input neurons in the ann and data do not match FANN_E_OUTPUT_NO_ ... MATCH ( int ) The number of output neurons in the ann and data do not match. 関連キーワード: ...
https://man.plustar.jp/php/fann.constants.html - [similar]
Will run input through the neural network 6493
« fann_reset_MSE fann_save_train » PHP Manual Fann 関数 Will run input through the neural networ ... , the number of which being equal to the number of neurons in the output layer. パラメータ ann ニューラルネッ ...
https://man.plustar.jp/php/function.fann-run.html - [similar]
Returns the cascade activation steepnesses 6446
« fann_get_cascade_activation_steepnesses_count fann_get_cascade_candidate_change_fraction » PHP ... _candidates() for a description of which candidate neurons will be generated by this array. The default activ ...
https://man.plustar.jp/php/function.fann-get-cascade-activation-steepnesses.html - [similar]
PREV 1 2 3 4 NEXT