Fann for Mathematica Reference
Fann for Mathematica
The Fann for Mathematica package integrates the open source Fast Artificial Neural Network library with Mathematica. The Fann library © by S. Nissen is available on fann.sourceforge.net under the LGPL. Fann for Mathematica © 2004 by freegoldbar (http://www.geocities.com/freegoldbar/). It is intended for educational purposes and comes without any warranties, see the enclosed license for details. The use of MathLink requires the following notice: Portions © 2003 by Wolfram Research, Inc.
The Fann for Mathematica package contains the following functions: NeuralNet, RandomizeWeights, InitializeWeights, Train, Test, Execute, SaveFloat, SaveFixed, NeuralNetData, Shuffle and Discard.
The accompanying FannGraph package contains the NeuralNetGraph function. FannGraph requires the Combinatorica standard package. The Combinatorica graph functions can be used with the Fann neural networks.
Consult the user guide and usage information on each function for more information.
Fann
The Fann symbol is used internally to communicate with the Fann MathLink process.
FannLink
The FannLink property on a neural net object is an internal property, that specifies the LinkObject used to connect the neural net object with the Fann MathLink process.
FannInstall
FannInstall holds the Global` MathLink connection to the Fann package. See the Readme.txt and Fann.m files for information on its usage.
Created by freegoldbar (September 16, 2004)