php man page for fann_get_activation_function

Query: fann_get_activation_function

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

FANN_GET_ACTIVATION_FUNCTION(3) 					 1					   FANN_GET_ACTIVATION_FUNCTION(3)

fann_get_activation_function - Returns the activation function

SYNOPSIS
int fann_get_activation_function (resource $ann, int $layer, int $neuron)
DESCRIPTION
Get 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.
PARAMETERS
o $ann -Neural network resource. o $layer - Layer number. o $neuron - Neuron number.
RETURN VALUES
Learning functions constant or -1 if the neuron is not defined in the neural network, or FALSE on error.
SEE ALSO
fann_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)
Related Man Pages
fann_set_activation_function(3) - php
fann_create_sparse(3) - php
fann_create_standard(3) - php
fann_get_cascade_num_candidates(3) - php
fann_get_activation_steepness(3) - php
Similar Topics in the Unix Linux Community
Grapple 0.9.2 (Default branch)
Grapple 0.9.3 (Default branch)
iqr 1.1-0a (Default branch)
libv4l 0.5.4 (Default branch)
Grapple 0.9.6 (Default branch)