From 09c95a7b0145d5e8a5d40b751d1fdd03e00b4d11 Mon Sep 17 00:00:00 2001 From: Israel Abebe Date: Thu, 14 Nov 2019 11:01:33 +0000 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5f0e16..03c3cf5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,10 @@ machine learning algorithems from scratch implementatiions - [wrapper method / feature selection](https://github.com/IsraelAbebe/ml-algorithems-from-scratch/tree/master/algorithms/wrapper_methods) - + +### problems + + - [Electricity-problem-logistic-regression](https://github.com/IsraelAbebe/ml-algorithems-from-scratch/blob/master/dataset_playground/Electricity-problem-logistic-regression.ipynb) this are my personal implementation of this algorithems for educational purpose. -this have not been tested and verified if they are acurate and efficient implementation. \ No newline at end of file +this have not been tested and verified if they are acurate and efficient implementation.