lmjohns3 / theanets

Neural network toolkit for Python
http://theanets.rtfd.org
MIT License
328 stars 74 forks source link

xor example not working #135

Open chriscamacho opened 6 years ago

chriscamacho commented 6 years ago

predicts 0.5, 0.5, 0.5, 0.5

should be 0,1,1,0 unless I'm missing the point?