Fast Artificial Neural Network Library (FANN)
Reference Manual for latest CVS release
FANN HOME
Reference Manual
FANN Creation/
Execution
FANN Training
FANN Cascade Training
FANN File Input/
Output
FANN Error Handling
FANN Datatypes
FANN Wrapper for C++
fann_generic.h
fann_sparse.h
Optimized
fann_optimized_template.h
MAKE_NAME(neuron_private_data)
MAKE_NAME(neuron_private_data)
MAKE_NAME(neuron_private_data)
MAKE_NAME(neuron_private_data)
MAKE_NAME(neuron_private_data)
MAKE_NAME(neuron_private_data)
This function is still being debugged.
Tutorials
Installing FANN
Getting Started
Advanced Usage
Fixed Point Usage
Neural Network Theory
Neural Networks on the GPU
Self-Organizing Maps and Growing Neural Gas
This function is still being debugged.
Download FANN
Index
Everything
Structs
Constants
Functions
Types
Constant Index
$#! · 0-9 ·
A
· B ·
C
· D ·
E
· F ·
G
· H · I · J · K ·
L
· M ·
N
· O · P · Q · R ·
S
·
T
· U · V · W · X · Y · Z
A
FANN_
ACTIVATIONFUNC_NAMES
C
FANN_
COS
FANN_
COS_SYMMETRIC
fann_cpp.h
fann_data.h
E
FANN_
E_CANT_ALLOCATE_MEM
FANN_
E_CANT_OPEN_CONFIG_R
FANN_
E_CANT_OPEN_CONFIG_W
FANN_
E_CANT_OPEN_TD_R
FANN_
E_CANT_OPEN_TD_W
FANN_
E_CANT_READ_CONFIG
FANN_
E_CANT_READ_CONNECTIONS
FANN_
E_CANT_READ_NEURON
FANN_
E_CANT_READ_TD
FANN_
E_CANT_TRAIN_ACTIVATION
FANN_
E_CANT_USE_ACTIVATION
FANN_
E_CANT_USE_TRAIN_ALG
FANN_
E_FUNCTION_NA_FOR_SOM
FANN_
E_INDEX_OUT_OF_BOUND
FANN_
E_INPUT_NO_MATCH
FANN_
E_NO_ERROR
FANN_
E_OUTPUT_NO_MATCH
FANN_
E_SCALE_NOT_PRESENT
FANN_
E_TRAIN_DATA_MISMATCH
FANN_
E_TRAIN_DATA_SUBSET
FANN_
E_WRONG_CONFIG_VERSION
FANN_
E_WRONG_NUM_CONNECTIONS
FANN_
ELLIOT
fann_cpp.h
fann_data.h
FANN_
ELLIOT_SYMMETRIC
fann_cpp.h
fann_data.h
ERRORFUNC_LINEAR
FANN_
ERRORFUNC_LINEAR
FANN_
ERRORFUNC_NAMES
ERRORFUNC_TANH
FANN_
ERRORFUNC_TANH
G
FANN_
GAUSSIAN
fann_cpp.h
fann_data.h
FANN_
GAUSSIAN_SYMMETRIC
fann_cpp.h
fann_data.h
L
LAYER
FANN_
LINEAR
fann_cpp.h
fann_data.h
FANN_
LINEAR_PIECE
fann_cpp.h
fann_data.h
FANN_
LINEAR_PIECE_SYMMETRIC
fann_cpp.h
fann_data.h
N
FANN_
NETTYPE_LAYER
FANN_
NETTYPE_SHORTCUT
FANN_
NETWORK_TYPE_NAMES
S
SHORTCUT
FANN_
SIGMOID
fann_cpp.h
fann_data.h
FANN_
SIGMOID_STEPWISE
fann_cpp.h
fann_data.h
FANN_
SIGMOID_SYMMETRIC
fann_cpp.h
fann_data.h
FANN_
SIGMOID_SYMMETRIC_STEPWISE
FANN_
SIN
FANN_
SIN_SYMMETRIC
fann_cpp.h
fann_data.h
FANN_
SOM_LEARNING_DECAY_NAMES
FANN_
SOM_NEIGHBORHOOD_NAMES
FANN_
SOM_TOPOLOGY_NAMES
STOPFUNC_BIT
FANN_
STOPFUNC_BIT
STOPFUNC_MSE
FANN_
STOPFUNC_MSE
FANN_
STOPFUNC_NAMES
T
FANN_
THRESHOLD
fann_cpp.h
fann_data.h
FANN_
THRESHOLD_SYMMETRIC
fann_cpp.h
fann_data.h
TRAIN_BATCH
FANN_
TRAIN_BATCH
TRAIN_INCREMENTAL
FANN_
TRAIN_INCREMENTAL
FANN_
TRAIN_NAMES
TRAIN_QUICKPROP
FANN_
TRAIN_QUICKPROP
TRAIN_RPROP
FANN_
TRAIN_RPROP
Constant array consisting of the names for the activation function, so that the name of an activation function can be received by:
Periodical cosinus activation function.
Periodical cosinus activation function.
Unable to allocate memory
Unable to open configuration file for reading
Unable to open configuration file for writing
Unable to open train data file for reading
Unable to open train data file for writing
Error reading info from configuration file
Error reading connections from configuration file
Error reading neuron info from configuration file
Error reading training data from file
Unable to train with the selected activation function
Unable to use the selected activation function
Unable to use the selected training algorithm
A function that is not applicable to Self-Organizing Maps (SOMs), which is the type of the ANN passed in, was called
Index is out of bound
The number of input neurons in the ann and data don’t match
No error
The number of output neurons in the ann and data don’t match
Scaling parameters not present
Irreconcilable differences between two struct fann_train_data structures
Trying to take subset which is not within the training set
Wrong version of configuration file
Number of connections not equal to the number expected
Fast (sigmoid like) activation function defined by David Elliott
Fast (symmetric sigmoid like) activation function defined by David Elliott
Standard linear error function.
Standard linear error function.
Constant array consisting of the names for the training error functions, so that the name of an error function can be received by:
Tanh error function, usually better but can require a lower learning rate.
Tanh error function, usually better but can require a lower learning rate.
Gaussian activation function.
Symmetric gaussian activation function.
Each layer only has connections to the next layer
Linear activation function.
Bounded linear activation function.
Bounded Linear activation function.
Each layer only has connections to the next layer
Each layer has connections to all following layers
Constant array consisting of the names for the network types, so that the name of an network type can be received by:
Each layer has connections to all following layers
Sigmoid activation function.
Stepwise linear approximation to sigmoid.
Symmetric sigmoid activation function, aka.
Stepwise linear approximation to symmetric sigmoid.
Periodical sinus activation function.
Periodical sinus activation function.
Constant array consisting of the names for the learning decay types for a SOM, so that the name of an learning decay type can be received by:
Constant array consisting of the names for the neighborhood types for a SOM, so that the name of an neighborhood type can be received by:
Constant array consisting of the names for the topology types for a SOM, so that the name of an topology type can be received by:
Stop criteria is number of bits that fail.
Stop criteria is number of bits that fail.
Stop criteria is Mean Square Error (MSE) value.
Stop criteria is Mean Square Error (MSE) value.
Constant array consisting of the names for the training stop functions, so that the name of a stop function can be received by:
Threshold activation function.
Threshold activation function.
Standard backpropagation algorithm, where the weights are updated after calculating the mean square error for the whole training set.
Standard backpropagation algorithm, where the weights are updated after calculating the mean square error for the whole training set.
Standard backpropagation algorithm, where the weights are updated after each training pattern.
Standard backpropagation algorithm, where the weights are updated after each training pattern.
Constant array consisting of the names for the training algorithms, so that the name of an training function can be received by:
A more advanced batch training algorithm which achieves good results for many problems.
A more advanced batch training algorithm which achieves good results for many problems.
A more advanced batch training algorithm which achieves good results for many problems.
A more advanced batch training algorithm which achieves good results for many problems.
TOP
Created and managed by Steffen Nissen.
Generated by
Natural Docs
.