issues
search
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
[x] I have not used any Machine Learning Libraries in my code
[x] This ML Algorithm is not available in the repository currently.
[x] If it is, My ML Algorithm is implemented in a different method.
[x] I have starred this repository
Information
There are three changes -
Adding a Logistic Regression with Regularization approach, which helps in making a better model.
Correct a small error in plot display of the result of Logistic regression.
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
ML - Algorithm
Information
There are three changes -