I Trained a Digit Classifier Using Only NumPy. Here's Every Equation Behind the 82% Accuracy
model.fit(X, y) trains a neural network in one line. It also hides every equation that makes learning happen.
I wanted to know what was actually running underneath that line, so I built a two-layer ne
adityabiranje210.hashnode.dev8 min read