diff --git a/README.md b/README.md index 3c4faa5..8d242f6 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,7 @@ Check out the code from [here](https://github.com/Avik-Jain/100-Days-Of-ML-Code/
## Multiple Linear Regression | Day 3 +linear regression is mainly used for predicting values. Check out the code from [here](https://github.com/Avik-Jain/100-Days-Of-ML-Code/blob/master/Code/Day3_Multiple_Linear_Regression.md).@@ -58,7 +59,7 @@ Check out the code from [here](https://github.com/Avik-Jain/100-Days-Of-ML-Code/
## Logistic Regression | Day 4 - +logistic regression is used for classifiction.