Gayatri Nikam“Batch Gradient Descent”Hello,I am Gayatri and welcome to “100 days of Machine Learning with Gayatri” series.Oct 8
Chamuditha KekulawalaGradient Descent in Machine Learning: A mathematical guideIn part 1 we discussed the normal equation to train a linear regression model. Now we will look at a very different training method, better…Jun 8
Bhanu YenumulaMini-batch gradient descentMini-batch gradient descent is a variation of gradient descent that combines elements of both batch gradient descent and stochastic…Jul 2Jul 2
Nehra VikasGradient Descent In DetailsA gradient is like a guide telling you the steepest path up a hill. It shows the direction and speed to reach the peak of a function…Apr 29Apr 29
InArtificial Intelligence in Plain EnglishbyKetan Suhaas SaichandranStochastic Gradient Descent (SGD): A New Way to Visualize This Beauty.Have you ever wondered what the Mean Squared Error Loss is doing behind the screen?Sep 22, 2023Sep 22, 2023
Gayatri Nikam“Batch Gradient Descent”Hello,I am Gayatri and welcome to “100 days of Machine Learning with Gayatri” series.Oct 8
Chamuditha KekulawalaGradient Descent in Machine Learning: A mathematical guideIn part 1 we discussed the normal equation to train a linear regression model. Now we will look at a very different training method, better…Jun 8
Bhanu YenumulaMini-batch gradient descentMini-batch gradient descent is a variation of gradient descent that combines elements of both batch gradient descent and stochastic…Jul 2
Nehra VikasGradient Descent In DetailsA gradient is like a guide telling you the steepest path up a hill. It shows the direction and speed to reach the peak of a function…Apr 29
InArtificial Intelligence in Plain EnglishbyKetan Suhaas SaichandranStochastic Gradient Descent (SGD): A New Way to Visualize This Beauty.Have you ever wondered what the Mean Squared Error Loss is doing behind the screen?Sep 22, 2023
InAnalytics VidhyabyBipin Krishnan PWHEN and WHY are batches used in machine learning ?On to the nitty-gritty details of batches in machine learning data setNov 19, 20193
Vishal Shelar“From Mountains to Minima : The Creative Process of Gradient Descent”Gradient descent is an optimization algorithm commonly used in machine learning and mathematical optimization. Its primary purpose is to…Sep 5, 2023
Uğur ÖzcanBatch Gradient Descent in PythonThe gradient descent algorithm multiplies the gradient by a learning rate to determine the next point in the process of reaching a local…Mar 17, 2022