NeuralNetwork
NeuralNetwork copied to clipboard
It does not seem to work
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
Can you provide the code you are using ?