neural network

A piece of software that allows you to create and train a simple neural network. Open the manual for instructions for use, and some information on neural networks if you are new to the field.

For those with pre-existing knowledge of the subject, this is a deep feedforward neural network, with a sigmoid activation function, which uses stochastic gradient descent backpropagation to learn.