library can be found at tcl-fann.---(RS would call this A little feed-forward back-propagation learning neural network.)
There came a time when I needed to do a series of simulations of a feed-forward back-propagation (FFBP) neural network
. Rather then spend just an hour doing the homework, I instead spent over 10 hours writing a full-fledged network builder and simulator. As you can see from the screenshot above the result is a little tool that allows the user to graphically draw a network and then run simulations upon it.Features include:- hidden and bias nodes
- choice of the sigmoid (or logistic function
) or bipolar squashing function - configurable eta value (learning rate)
- learning by way of steepest descent and delta rule

- add momentum value
- better interface for running trials

- This version breaks save file compatibility with previous version!
- Remove nodes and weights by double-clicking them, then clicking on 'Remove' button.
- Show current weights directly on the canvas.
- Adjust weight format using format codes; set string to empty to see raw value.

- Initial hack-ish release.
See also ANN
