home *** CD-ROM | disk | FTP | other *** search
-
- //
- // file: demo1rgn.rsp
- // desc: demo1 recognition response file
- // by: patrick ko shu pui
- // date: 27 apr 1992
- //
- // comment:
- //
- // The following response file is equivalent to the command line:
- //
- // bprecog -i=2 -o=1 -hh=1 -h=2 -frecog=demo1.rgn -samp=2 -fout=demo1.out
- //
-
- // 2 input units
- -i=2
-
- // 1 output units
- -o=1
-
- // 1 hidden layer
- -hh=1
-
- // 1st hidden layer = 2 units
- -h=2
-
- // use demo1.rgn as recognition file
- -frecog=demo1.rgn
-
- // and there are 2 recognition patterns
- -samp=2
-
- // use demo1.out as output file
- -fout=demo1.out
-