A simple raw java implementation of a feed forward deep nerual network along with two demos of the XOR problem and a classification of The Iris Data Set.
To compile just run compile.sh. It will produce two scripts xorDemo.sh and irisDemo.sh. Run these scripts to use the two demos.