Example of simple supervised learning (via RBF Network)

This is an example of gradient lerning of simple RBF network on Two spirals task (classification). It was written ages ago (i.e. 2006 or so). However, it should be possible to run it. Download rbf_example.zip and run

 appletwiewer index.html
. Press Run. On the left you see the error function (should decrease) and on the right the network function (should be spiral). Do not expect too much, the code is old and not touched since its creation.