Bug in Neural Net
-
Hi Guys, I wrote a backprop neural net library in C# that is loosely based on the BrainNet articles. And as in the articles, the testing app that I developed is one that trains the NN logical operations (AND OR XOR etc.) When I train it for AND & OR, it works perfectly. However, it refuses to learn XOR. There is obviously a bug somewhere. Does anybody have a clue where I can look? I know this is a long shot in the dark, but I am at my wit's end.... Thanks in advance.
-
Hi Guys, I wrote a backprop neural net library in C# that is loosely based on the BrainNet articles. And as in the articles, the testing app that I developed is one that trains the NN logical operations (AND OR XOR etc.) When I train it for AND & OR, it works perfectly. However, it refuses to learn XOR. There is obviously a bug somewhere. Does anybody have a clue where I can look? I know this is a long shot in the dark, but I am at my wit's end.... Thanks in advance.
Anyone?