Regression

Ridge Regression, simple understanding & implementation using python | Machine Learning

What is Ridge Regression? Ridge Regression is a regularized version of Linear Regression where a regularization term is added to the cost function to…

How to optimize Linear Regression using Gradient Descent?

What is  Linear Regression? L inear Regression  is one of the easiest, most efficient, moreover, a popular machine learning algorithm that comes unde…

How a Linear model make predictions? | Linear Regression | ML

L inear Regression is one of the easiest, and most efficient, moreover, a popular machine learning algorithm that comes under  supervised learning …