PHP » GoLang |
login |
register |
about
|
GoLang fann_set_activation_function
request it (418)
GoLang replacement for PHP's fann_set_activation_function
[edit | history]
PHP fann_set_activation_functionPHP original manual for fann_set_activation_function [ show | php.net ]fann_set_activation_function(PECL fann >= 1.0.0) fann_set_activation_function — Sets the activation function for supplied neuron and layer Description
bool fann_set_activation_function
( resource
$ann
, int $activation_function
, int $layer
, int $neuron
)Set the activation function for neuron number neuron in layer number layer, counting the input layer as layer 0. It is not possible to set activation functions for the neurons in the input layer.
When choosing an activation function it is important to note that the activation functions have different range.
The supplied activation_function value must be one of the activation functions constants. The return value is one of the activation functions constants. Parameters
Return ValuesReturns See Also
|
more
Recently updated
more
Most requested
more
Last requests
|