jorgenkg/python-neural-network

Copy-pasted example code from README

Closed this issue · 3 comments

After 150.000 epochs I understood that this is not working as expected -- it doesn't diminish the error.

Learning the XOR is a complex task if the network is only given a with few nodes to work with. Try to increase the number of nodes in the hidden layer or restart the learning process.

The math behind the network is correct.

It was my fault. I set up something wrong. Ran it again and done in a second!

Great work sorry for the alarm

That's ok. Feel free to post any questions if you run into trouble