The Java Source Code
Following is a list of the Java source code for the demonstration:
BackPropagation.java
The Backpropagation implementation code
Node.java
Class that describes a neural network node
Layer.java
Class that describes a neural network node layer
Welcome2.java
Backpropagation demonstration applet