A Multi-Layer Perceptron built from scratch in Java — no AI libraries used. The network learns to classify 7×9 pixel characters (T, H, O, L, Z, E, X) using backpropagation, sigmoid activation, and L2 regularization.
Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.