Instructions: Just press space and wait a little then enter either 1 or 0 two times and see what the output is. Explanation: This a 2-5-1 neural network that is being trained off of XOR, so it is basically a glorified XOR gate. But if you go into the code, I have tried to make it as easy to change and make your own as possible if you have any questions please be free to ask them down in the comments. Neural networks can learn just about any pattern and key tip this one can only really take in inputs from a range of -10 to 10 before the sigmoid function becomes way to saturated (don't worry about the jargon just don't input over 10 or under -10)