検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 351 for output (0.044 sec.)
Creates a standard fully connected backpropagation neural network 4242
« fann_create_standard_array fann_create_train_from_callback » PHP Manual Fann 関数 Creates a st ... re will be a bias neuron in each layer (except the output layer), and this bias neuron will be connected to ... total number of layers including the input and the output layer. num_neurons1 Number of neurons in the first ...
https://man.plustar.jp/php/function.fann-create-standard.html - [similar]
Creates an empty training data struct 4242
« fann_create_train_from_callback fann_descale_input » PHP Manual Fann 関数 Creates an empty tra ... _train ( int $num_data , int $num_input , int $num_output ): resource Creates an empty training data struct. ... m_input The number of inputs per training data num_output The number of ouputs per training data 戻り値 成功 ...
https://man.plustar.jp/php/function.fann-create-train.html - [similar]
Returns the activation function 4242
« fann_duplicate_train_data fann_get_activation_steepness » PHP Manual Fann 関数 Returns the act ... of the hidden layers fann_set_activation_function_output() - Sets the activation function for the output la ...
https://man.plustar.jp/php/function.fann-get-activation-function.html - [similar]
Sets the steepness of the activation steepness for all neurons in the all hidden... 4242
« fann_set_activation_function fann_set_activation_steepness_layer » PHP Manual Fann 関数 Sets t ... upplied layer number fann_set_activation_steepness_output() - Sets the steepness of the activation steepness ... in the output layer fann_get_activation_steepness() - Returns th ...
https://man.plustar.jp/php/function.fann-set-activation-steepness-hidden.html - [similar]
Calculate input scaling parameters for future use based on training data 4242
« fann_set_error_log fann_set_learning_momentum » PHP Manual Fann 関数 Calculate input scaling p ... 、それ以外の場合に false を返します。 参考 fann_set_output_scaling_params() - Calculate output scaling parame ...
https://man.plustar.jp/php/function.fann-set-input-scaling-params.html - [similar]
MIME 文字設定を文字列で得る 4242
« mb_parse_str mb_regex_encoding » PHP Manual マルチバイト文字列 関数 MIME 文字設定を文字列で得る ... します。 例 例1 mb_preferred_mime_name() の例 <?php $outputenc = "sjis-win" ; mb_http_output ( $outputenc ); o ... b_start ( "mb_output_handler" ); header ( "Content-Type: text/html; cha ... rset=" . mb_preferred_mime_name ( $outputenc )); ?> 関連キーワード: 文字 , 設定 , encoding , ...
https://man.plustar.jp/php/function.mb-preferred-mime-name.html - [similar]
Basic usage for LuaSandbox 4242
« 例 LuaSandbox » PHP Manual 例 Basic usage for LuaSandbox Basic usage for LuaSandbox Once you'v ... ( 'php' , [ 'frobnosticate' => 'frobnosticate' , 'output' => function ( $string ) { echo " $string \n" ; }, ... lbacks into PHP and into Lua $luaCode = <<<EOF php.output( "Hello, world" ); return "Hi", function ( v ) ret ...
https://man.plustar.jp/php/luasandbox.examples-basic.html - [similar]
ReflectionGenerator オブジェクトを構築する 4242
« ReflectionGenerator ReflectionGenerator::getExecutingFile » PHP Manual ReflectionGenerator Ref ... onGen = new ReflectionGenerator ( $gen ); echo <<< output { $reflectionGen -> getFunction ()-> name } Line: ... ()} File: { $reflectionGen -> getExecutingFile ()} output; 上の例の出力は、 たとえば以下のようになります。 g ...
https://man.plustar.jp/php/reflectiongenerator.construct.html - [similar]
Creates a standard backpropagation neural network which is not fully connectecte... 4215
« fann_create_shortcut_array fann_create_sparse_array » PHP Manual Fann 関数 Creates a standard ... ing direct connections from the input layer to the output layer. パラメータ num_layers The total number of l ... ayers including the input and the output layer. num_neurons1 Number of neurons in the first ...
https://man.plustar.jp/php/function.fann-create-shortcut.html - [similar]
文字エンコーディング変換用の設定を行なう 4215
« iconv_mime_encode iconv_strlen » PHP Manual iconv 関数 文字エンコーディング変換用の設定を行なう ... には以下の値のどれかを指定できます。 input_encoding output_encoding internal_encoding encoding 文字セット。 戻 ... ernal_encoding" , "UTF-8" ); iconv_set_encoding ( "output_encoding" , "ISO-8859-1" ); ?> 参考 iconv_get_enco ...
https://man.plustar.jp/php/function.iconv-set-encoding.html - [similar]