Quoted By:
Still grinding, anons. Somehow, the code for the neural networks got EVEN smaller, but this is nearly verbatim from the tutorial I'm following along with. (It's also technically "bigger" since there's an import so we can do dot matrix multiplication.)
There was also some matrix math and transpositions. Ha ha.
However, this is literally a neural network with two layers (5 nodes in the first layer and 2 in the second), and it runs three iterations of inputs for a test.
Is this really all there is to a machine mind?