C++ Neural Network Simulation Software
On this page I provide the Neural Network Simulation Software I wrote for my graduation research project that I performed at the Institute for Theoretical Physics of 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.
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++.

Download nnet.zip   16 kB   FREEWARE

containing (the links below will show syntax highlighted versions, produced with C++2HTML)
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