fann_set_activation_function_output

Name

fann_set_activation_function_output -- Set the activation function for the output layer.

Description

void fann_set_activation_function_output(struct fann * ann, unsigned int activation_function);

Set the activation function of the output layer to activation_function.

See Activation Functions for details on the activation functions.

This function appears in FANN >= 1.0.0.


SourceForge.net Logo