Skip to content

micmar15sr/Logistic-Regression-in-Python-from-Scratch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Logistic-Regression-in-Python-from-Scratch

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

About

Logistic Regression in Python from Scratch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Jupyter Notebook 100.0%