Skip to content

aman2626786/-Logistic-Regression-from-Scratch-using-Gradient-Descent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Logistic Regression from Scratch using Gradient Descent

Implemented Logistic Regression from scratch using Gradient Descent and compared it with sklearn's LogisticRegression. πŸš€

πŸ“Œ Key Features:

βœ” Sigmoid Activation for probability estimation
βœ” Gradient Descent Optimization for parameter updates
βœ” Decision Boundary Visualization comparing manual vs sklearn implementation
βœ” NumPy-based implementation with step-by-step optimization

πŸ“Š Results:

Both models successfully converge, and their decision boundaries closely match! 🎯

πŸ“Œ Check out the full notebook for implementation details!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors