You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A collection of python implementations of regression analysis techniques
Written by: Jeff Sontag as supplemental to class research
These classes are written from scratch, implement gradient descent, as well as provide access to the underpinnings. Structures like the hessian are laid bare for the user to explore and manipulate.