Understanding Batch and Stochastic Gradient Descent and Normal Equation for Linear Regression
In this article I'll be discussing about 3 things:
Batch Gradient Descent
Stochastic Gradient Descent
Normal Equation
Gradient Descent
Gradient descent in machine learning is used to find the values of a function's parameters (coefficients), in ...
vamshiadimalla.hashnode.dev4 min read