Difference Between Backpropagation and Stochastic Gradient Descent - MachineLearningMastery.com

There is a lot of confusion for beginners around what algorithm is used to train deep learning neural network models. It is common to hear neural networks learn using the “back-propagation of...

By · · 1 min read
Difference Between Backpropagation and Stochastic Gradient Descent - MachineLearningMastery.com

Source: MachineLearningMastery.com

There is a lot of confusion for beginners around what algorithm is used to train deep learning neural network models. It is common to hear neural networks learn using the “back-propagation of error” algorithm or “stochastic gradient descent.” Sometimes, either of these algorithms is used as a shorthand for how a neural net is fit […]