Logistic Regression from the ground up
Logistic regression from first principles. Focus is on model formulation, log-odds interpretation, regularisation, gradient and Hessian derivations, and the multinomial case.
Tag
2 posts
Logistic regression from first principles. Focus is on model formulation, log-odds interpretation, regularisation, gradient and Hessian derivations, and the multinomial case.
How radial basis function (RBF) surrogate models work, and how to implement a Gaussian RBF interpolation and regression model in Python with NumPy and SciPy.