Understanding Batch and Stochastic Gradient Descent and Normal Equation for Linear Regression
Jun 23, 2024 · 4 min read · 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 ...
Join discussion