Draw any number 0-9, and it should predict what number it is! (may be occasionally incorrect) HIGHLY recommended to run in TurboWarp! https://turbowarp.org/1117945186?fps=240
All logic & math done by me (yes, even the training process was entirely done by myself). Pre-trained on my PC (20 epochs, 784 input neurons, 128 hidden neurons, 10 output neurons), then imported weights & biases into Scratch using workarounds. Implemented the MLP architecture manually & made the drawing display using slightly complex math.