Skip to content

Commit

Permalink
fix logistic regression -> works now
Browse files Browse the repository at this point in the history
  • Loading branch information
ankonzoid committed Nov 12, 2020
1 parent 9726f0b commit a968604
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 149 deletions.
7 changes: 0 additions & 7 deletions basic_ML/regression/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,13 @@
<img src="images/coverart.png" width="20%">
</p>

* Logistic Regression optimized via Gradient Descent (`logistic_regression_GD.py`)

<p>
<img src="images/logistic_regr.png" width="20%">
</p>


### Usage

Run `python3` on any of the files

* `linear_regression_GD.py`
* `linear_regression_SGD.py`
* `logistic_regression_GD.py`


### Libraries
Expand Down
Binary file removed basic_ML/regression/images/logistic_regr.png
Binary file not shown.
142 changes: 0 additions & 142 deletions basic_ML/regression/logistic_regression_GD.py

This file was deleted.

0 comments on commit a968604

Please sign in to comment.