12 items tagged “numpy”
The DLH machine-learning curriculum had me build a single neuron from scratch in NumPy — classifying MNIST handwritten digits, the same project as my [training loop](/til/ai/training-a-single-neuron-l…
After building a single neuron from scratch in NumPy for the DLH machine-learning curriculum, the next step was the jump that gives "deep" learning its name: stacking two layers instead of one. We wer…
Think of **axes as nesting depth** in a sequence of brackets.