fann_save
fann_save
Saves the entire network to a configuration file
bool **fann_save** resource $ann string $configuration_file
Saves the entire network to a configuration file.
The configuration file contains all information about the neural network and enables
to create an exact copy of the neural network
and all of the parameters associated with the neural network.
fann_create_from_file
These three parameters (, ,
) are NOT saved to the file because they cannot safely be ported
to a different location. Also temporary parameters generated during training like
is not saved.
fann_set_callback``fann_set_error_log``fann_set_user_data``fann_get_MSE
ann``configuration_fileThe configuration file path.
fann_create_from_file