Man Page: fann_get_activation_function
Operating Environment: php
Section: 3
FANN_GET_ACTIVATION_FUNCTION(3) 1 FANN_GET_ACTIVATION_FUNCTION(3) fann_get_activation_function - Returns the activation functionSYNOPSISint fann_get_activation_function (resource $ann, int $layer, int $neuron)DESCRIPTIONGet the activation function for neuron number neuron in layer number layer, counting the input layer as layer 0. It is not possible to get activation functions for the neurons in the input layer. The return value is one of the activation functions constants.PARAMETERSo $ann -Neural network resource. o $layer - Layer number. o $neuron - Neuron number.RETURN VALUESLearning functions constant or -1 if the neuron is not defined in the neural network, or FALSE on error.SEE ALSOfann_set_activation_function_layer(3), fann_set_activation_function_hidden(3), fann_set_activation_function_output(3), fann_set_activa- tion_steepness(3), fann_set_activation_function(3). PHP Documentation Group FANN_GET_ACTIVATION_FUNCTION(3)
| Similar Topics in the Unix Linux Community |
|---|
| Neural Network Framework 1.1.5 (Default branch) |
| iqr 1.1-0a (Default branch) |
| Geeks Artificial Neural Network 1.4 (Default branch) |
| libv4l 0.5.0 (Default branch) |
| libv4l 0.5.4 (Default branch) |