Indholdsfortegnelse

Octave-FANN

This is a binding between GNU Octave and FANN (a Neural Network library). It will give the possibilty of creating Feed-forward Neural Networks in GNU Octave, train them, and save them in a format to be used by applications based on FANN.

Download and installation

You can get the source from here. It will assume you have FANN 2.0 and GNU Octave installed. The development has been done using GNU Octave 2.9.9+ on Ubuntu Linux, but I guess it works in other environments. If not send me a mail at: soren _at_ hauberg _dot_ org.

To install you should use the octave package manager:

pkg install octave-fann-0.2.1.tar.gz

If you don´t want to use the package manager, you can just unpack the file and run “make” in the “src” directory. After that copy src/*.oct and inst/* to a directory of your choice.

Bugs 'n' Stuff

See here. If you find another bug or need some feature, send me a mail at: soren _at_ hauberg _dot_ org.

FAQ

I’ve never been asked anything!

API Coverage

To see which part of the FANN API that’s covered by the binding go here.

Tutorial

For a tutorial introduction to the API go to this page.