Logistic Regression in Python from Scratch
In this article, I will be implementing a Logistic Regression model without relying on Python’s easy-to-use sklearn library. This post aims to discuss the fundamental mathematics and statistics behind a Logistic Regression model. I hope this will help us fully understand how Logistic Regression works in the background.
A medium article for this code can be found as below https://medium.com/@dhiraj8899/logistic-regression-in-python-from-scratch-5b901d72d68e
You can see a video tutorial on this topic by visiting below link. https://youtu.be/2ztuQKtW7So