12 items tagged “numpy”
While building a single neuron from scratch in NumPy for the DLH machine-learning curriculum (classifying MNIST handwritten digits), I kept hearing "gradient descent" as the magic that makes models le…
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.