From 0e256591f997349e80032a8c4b4890cca92e0a9b Mon Sep 17 00:00:00 2001 From: Nikhil Kumawat Date: Tue, 11 Oct 2022 12:51:11 +0530 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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.