Introduction - If you have any usage issues, please Google them yourself
		 
 RNNSIM ver. 1.0 is a program with an intercative graphical user interface
(GUI) that runs under MATLAB ver. 5.0 or higher. The program can be used  
in training and testing the Random Neural Network(RNN) models. 
This version (ver. 1.0) implements only the 3 layer feed forward RNN model. 
In the next versions, the multi hidden layers and the recurrent RNN models
can be implemented. To obtain faster training, the training section can be 
written as a MEX file and invoked from the GUI.
If you have the m files in the directory rnnsim for example, then you can 
run the program following the next steps:
1- run MATLAB as usual
2- from the MATLAB command window, write           cd rnnsim
3- from the MATLAB command window, write           rnnsim