Network Builder

The Network Builder is a Java application used to construct and train neural networks. It can construct and train feed forward and recurrent networks using a variety of methods and also has a sophisticated way of adding noise to networks while training in order to guard agaist overfitting.

Big networks can be trained using multiple processors or even in a cloud environment, using remote machines working together on the same network.

Data Client