iam-abbas / ML-FromScratch

Machine Learning Algorithms implemented in various languages from scratch
MIT License
25 stars 35 forks source link

Logistic Regression Implementation #73

Closed Varun221 closed 4 years ago

Varun221 commented 4 years ago

ML - Algorithm

Information

There are three changes -

  1. Adding a Logistic Regression with Regularization approach, which helps in making a better model.
  2. Correct a small error in plot display of the result of Logistic regression.
  3. Creating a Readme file giving a brief intro of the two approaches of the logistic regression used so far in the repo.
    • ML Algorithm Name: Logistic Regression
    • Language: python