Open bingryan opened 4 years ago
https://www.bingryan.com/2017/09/12/BGD%E3%80%81SGD%E5%92%8CMBGD%E7%9A%84%E4%B8%80%E4%BA%9B%E5%8C%BA%E5%88%AB/#more
本文主要讲解了 梯度下降(Batch gradient descent),随机梯度下降(Stochastic gradient descent),小批量梯度下降(Mini-batch gradient descent)在实现上的区别
init
https://www.bingryan.com/2017/09/12/BGD%E3%80%81SGD%E5%92%8CMBGD%E7%9A%84%E4%B8%80%E4%BA%9B%E5%8C%BA%E5%88%AB/#more
本文主要讲解了 梯度下降(Batch gradient descent),随机梯度下降(Stochastic gradient descent),小批量梯度下降(Mini-batch gradient descent)在实现上的区别