Fast Artificial Neural Network Library
Prev
Chapter 5. API Reference
Next
5.10. Deprecated Functions
5.10.1. Mean Square Error
Table of Contents
fann_get_error
-- Return the mean square error of an ANN.
fann_reset_error
-- Reset the mean square error of an ANN.
5.10.2. Get and set activation function steepness.
Table of Contents
fann_get_activation_hidden_steepness
-- Retrieve the steepness of the activation function of the hidden layers.
fann_set_activation_hidden_steepness
-- Set the steepness of the activation function of the hidden layers.
fann_get_activation_output_steepness
-- Retrieve the steepness of the activation function of the output layer.
fann_set_activation_output_steepness
-- Set the steepness of the activation function of the hidden layers.
Prev
Home
Next
fann_update_stepwise_output
Up
fann_get_error