Skip to content

OgnjenL/logistic-regression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Logistic Regression with Python and Numpy

Implemented Logistic Regression with the scikit-learn breast_cancer dataset


Objective

  • Making model from scratch using Python and Numpy

What I learned

  • How weights and biases are implemented and updated
  • How to compute loss
  • How functions behind the model works

About

Logistic Regression from scratch in Python using just Numpy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors