C++ Neural Network Simulation Software written by Jasper Bedaux (C) 2002 http://www.bedaux.net/nnet/ This zip file contains the Neural Network Simulation Software I wrote for my graduation research project that I performed at the Institute for Theoretical Physics at the University of Amsterdam. To understand what the program exactly does, it is necessary to look at my Master's Thesis I wrote and especially the documentation in the appendices, see http://www.bedaux.net/jasper/thesis/. The source codes are free to use, but the original copyright notice must be preserved. The code is 100% ISO standard C++ and no additional libraries are needed, so it can be compiled with any compiler that supports standard C++. This zip file should contain: readme.txt readme file brain.cpp the main program file read_parms.h needed to read inifile io_patterns.h header for input-output relations io_patterns.cpp library for input-output relations neural_net.h neural network header file neural_net.cpp neural network library mtrand.h random number generator header mtrand.cpp random number generator library brain.ini inifile containing program parameters Makefile GNU Makefile