From 81f43cc851dc1f98abac00defb5df50202c78d3a Mon Sep 17 00:00:00 2001 From: Aayushktyagi <32107805+Aayushktyagi@users.noreply.github.com> Date: Thu, 21 Nov 2019 15:30:48 +0530 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 241d961..184764e 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,11 @@ Notebook Cover following - Loading images - Image visualization with segemenation - Feature extraction using Pyradiomics + +## Logistic and linear regression +Notebook Covers following +- Loading dataset into csv format(Heart disease dataset for logistic regression and diabetes dataset for linear regression) +- converting pandas dataframe to tf.data format +- Convarience matrix calculation +- Training linear regression using Sklearn +- Training logistic regresison using tensorflow