Gradient boosting machines construct an additive model of weak learners (regression trees) by performing gradient descent in function space. At each iteration, a tree is fit to the negative gradient ...
An interactive tool for visualizing logistic regression, gradient descent, and regularization in action. The computational core (loss calculation, gradients, and weight updates) is written in C++ and ...