A very simple implementation of a neural network in Java.
This model will output a number near 1 if the first input is greater than the second, and a number near 0 otherwise. The model will be train on 100,000,000 random inputs, with 3 hidden neurons.