next up previous contents index
Next: Feedback-gennet Up: Convert2snns Previous: Convert2snns

Setup and Structure of a Control, Weight, Pattern File

Each line of the control file begins with a KEYWORD followed by the respective declaration. The order of the keywords is arbitrary. Example of a control file:

 
		  PATTERNFILE  eddy.in 		  **

WEIGHTFILE eddy.dat

XSIZE 18

YSIZE 18

COMPONENTS 8

PATTERNS 47 **

For creation of a network file you need at least the statements marked and for the .pat file additionally the statements marked **.
Omitting the WEIGHTFILE will initialize the weights of the network with 0.

The WEIGHTFILE is a simple ASCII file, containing the weight vectors row by row.

The PATTERNFILE contains in each line the components of a pattern. If convert2snns has finished the conversion it will ask for the name of the network and pattern files to be saved.



Niels Mache
Wed May 17 11:23:58 MET DST 1995