Rakibul HaqueOnto the next

Neural net playground

A small neural network, trained from scratch in your browser to classify 2-D points. Backprop and Adam are written by hand, no libraries. Pick a dataset, press play, and watch the decision boundary bend to fit the data. Crank the learning rate too high and it thrashes; too low and it crawls. This is the same from-scratch backprop I lean on across myprojects.

epoch 0 · loss - · accuracy -

← All experiments