ExactRbn

An elegant implementation of an exact-interpolation Radial Basis Function Neural Network (RBF NN), using LAPACK to solve the set of simultaneous equations. Also has a "read only" mode that reads the network description from a file and doesn't need to link to LAPACK.

A demo program is included that interpolates 2-dimensional coordinates.

For the simplest use case, see the load tester.

exactrbn/trunk

Documentation

Doxygen documentation of ExactRBFNet class (Doxygen index)

Screenshots

For the most part, this is a library, but the demo program has some sexy output.

Half-size screenshot with good scaler
This shows an "incorrect" calibration, with lines interpolated appropriately.

Requirements

SVN Checkout & Building & Running

svn co http://code.apted.net/svn/pub/exactrbn/trunk exactrbn
mkdir exactrbn-build && cd exactrbn-build
cmake ../exactrbn && make
src/calibrate

Attachments