tex: Elaborate somewhat on the extracted patterns
[gostyle.git] / gnet / EXAMPLE
blobbd61f8e3036b4349c199e94947b729bc03c231ec
1   (hellboy @ kolotoc) [jobs 0] [~/prj/ngo/gnet]
2  $ ./gnet_train --layers 3 --neurons-hidden 3 --max-epochs 1000 --desired-error 0.0001 ~/tmp/fann-2.1.0/examples/xor.data 
3 Layers: 3
4 Neurons hidden: 3
5 Max epochs: 1000
6 Desired error: 0.000100
7 Learning momentum: 0.400000
8 Net output file: go_net.net
9 Train data file: /home/hellboy/tmp/fann-2.1.0/examples/xor.data
11 Creating network.
12 Training network.
13 Max epochs     1000. Desired error: 0.0001000000.
14 Epochs            1. Current error: 0.2500156760. Bit fail 4.
15 Epochs           35. Current error: 0.0000464256. Bit fail 0.
16 Saving network.
18   (hellboy @ kolotoc) [jobs 0] [~/prj/ngo/gnet]
19  $ ./gnet_run go_net.net 
20 Test input file: (null)
21 Input file: (null)
22 Net input file: go_net.net
24 -1 -1
25 -9.88001167774200439453e-01 
26 -1 1
27 9.98323321342468261719e-01 
28 1 -1
29 9.97708678245544433594e-01 
30 1 1
31 -9.87909018993377685547e-01