Fast Artificial Neural Network Library
Prev
Chapter 5. API Reference
Next
5.5. Options
Table of Contents
fann_get_learning_rate
-- Retrieve learning rate from a network.
fann_set_learning_rate
-- Set a network's learning rate.
fann_get_activation_function_hidden
-- Get the activation function used in the hidden layers.
fann_set_activation_function_hidden
-- Set the activation function for the hidden layers.
fann_get_activation_function_output
-- Get the activation function of the output layer.
fann_set_activation_function_output
-- Set the activation function for the output layer.
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 hidden layers.
fann_set_activation_output_steepness
-- Set the steepness of the activation function of the hidden layers.
fann_get_num_input
-- Get the number of neurons in the input layer.
fann_get_num_output
-- Get number of neurons in the output layer.
fann_get_total_neurons
-- Get the total number of neurons in a network.
fann_get_total_connections
-- Get the total number of connections in a network.
fann_get_decimal_point
-- Get the position of the decimal point.
fann_get_multiplier
-- Get the multiplier.
Prev
Home
Next
fann_duplicate_train_data
Up
fann_get_learning_rate