Feedforward neural networks

I am only covering feedforward neural networks in this project. General features of such networks are: Neurons are grouped into one input layer,  one or more hidden layers and an output layer. Neurons are not connecting to each other within the same layer. Each neuron of a hidden layer connects to all the neurons of […]

Intro

Dear Reader, My aim with this blog is to publish some of the work I did on the field of Artificial Neural Networks. Between 2001 nd 2004 I developed a Neural Network trainer software that was able to distribute workload among multiple networked workstations. I think the idea deserves to be reserved for future reference. In the […]