NEWER PROJECT: https://scratch.mit.edu/projects/1294162559/ I made this in a day... ITS FLIPPIN WORKING, BOOH YAH This is an extremely modular NN system like PyTorch but for scratch, it can solve many things using Gradient Descent. Hit the green flag, and watch the NN learn to predict XOR. Enter 2 bits(1 or 0) to see if it learned. XOR TRUTH TABLE: x1 y1 output 0 0 0 0 1 1 1 0 1 1 1 0 Created by me... yeah