NeuralNetwork icon indicating copy to clipboard operation
NeuralNetwork copied to clipboard

It does not seem to work

Open arthurcbsouza opened this issue 6 years ago • 1 comments
trafficstars

It does not seem to work, it generates random output values every time you try to use... I try to learn this simple XOR boolean operation and does not work :

// Training Data // 0.0, 0.0, 1.0, 1.0 // 0.0, 1.0, 0.0, 1.0 XOR
// Expected results // 0.0, 1.0, 1.0, 0.0

arthurcbsouza avatar Apr 15 '19 15:04 arthurcbsouza

Can you provide the code you are using ?

Pascal66 avatar May 30 '19 07:05 Pascal66