D1 · The Perceptron
Build One
Write a perceptron from scratch, train it on real data, and then write the same neuron the way a modern library does.
You know every piece now: a weighted sum, a bias, a bar to clear, and a nudge driven by the error. The next screen puts them together on real data, with no library doing the learning. Find all four pieces before you press run.