Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aayushktyagi authored Nov 21, 2019
1 parent 8c4f02e commit 81f43cc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 81f43cc

Please sign in to comment.