This is a repository of code associated with a series of blog posts about implementing Logistic Regression From Scratch.
The links for the posts are:
- https://bryantravissmith.com/2015/12/27/implementing-logistic-regression-from-scratch-part-1-theory/
- https://bryantravissmith.com/2015/12/29/implementing-logistic-regression-from-scratch-part-2-python-code/
- https://bryantravissmith.com/2016/01/09/implementing-logistic-regression-from-scratch-part-3-regularization/
- https://bryantravissmith.com/2016/01/18/implementing-logistic-regression-from-scratch-part-4-customizing-cost-function/
The folders are labeled for each part.