Description: Establish a dual-input single-output network with a single hidden layer,solve the XOR problem:
x1 (1) = 0 x2 (1) = 1 d (1) = 1
x1 (2) = 1 x2 (2) = 0 d (2) = 1
x1 (3) = 1 x2 (3) = 1 d (3) = 0
x1 (4) = 0 x2 (4) = 0 d (4) = 0
figure out the network weights matrix W
To Search:
File list (Check if you may need any files):
2.异或问题
..........\2.dsp
..........\2.dsw
..........\2.ncb
..........\2.opt
..........\2.plg
..........\2.txt
..........\2init.txt
..........\2res.txt
..........\Debug
..........\.....\2.exe
..........\.....\2.ilk
..........\.....\2.pch
..........\.....\2.pdb
..........\.....\main.obj
..........\.....\vc60.idb
..........\.....\vc60.pdb
..........\main.cpp