diff --git a/README.md b/README.md index d3f5a12..6ac7fd4 100644 --- a/README.md +++ b/README.md @@ -1 +1,4 @@ +# Linear Regression +In Linear Regression, Linear Regression model is developed using single variable. The model uses Gradient Descent to learn the parameters for the line and make predictions. +Algorithm is designed from scratch.