Our Early Neural Network Code

This posting contains links to and explanations for C code developed for our research in the 1990's. C Code for Error Backpropagation train.c is a C program for training multilayer, feedforward neural networks with error backpropagation using early stopping and cross-validation. The program includes the option of training the networks on a CNAPS Server (see … Read more