Skip to content

A complete implementation of Logistic Regression from scratch with Python & Numpy + Testing of the implementation on a test dataset

Notifications You must be signed in to change notification settings

samanvay-winner/Logistic-Regression-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Logistic-Regression-from-scratch

A complete implementation of Logistic Regression from scratch with Python & Numpy + Applying the model on the dataset by PClub + Testing of the implementation on a test dataset made from make_dataset function of sklearn.datasets with 96.6% accuracy!

Also shown is the cost/loss function decreasing with the number of iterations through gradient descent.

About

A complete implementation of Logistic Regression from scratch with Python & Numpy + Testing of the implementation on a test dataset

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published