-
Logistic Regression from Scratch on MNISTImplementing binary logistic regression with gradient descent on 784-dimensional image data. Numerically stable gradients and learning rate tuning.
4 min -
Perceptron Learning, the XOR Problem, and Gradient DescentApplying the perceptron learning rule, confronting the XOR limitation, designing multi-layer networks, and connecting gradient descent to LMS.
5 min
Back