Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 397 Bytes

File metadata and controls

4 lines (3 loc) · 397 Bytes

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.