最速下降法

所属分类:matlab编程
开发工具:matlab
文件大小:1KB
下载次数:13
上传日期:2019-11-24 13:06:03
上 传 者regarded le ciel
说明:  最速下降法是迭代法的一种,可以用于求解最小二乘问题(线性和非线性都可以)。在求解机器学习算法的模型参数,即无约束优化问题时,梯度下降(Gradient Descent)是最常采用的方法之一,另一种常用的方法是最小二乘法。在求解损失函数的最小值时,可以通过梯度下降法来一步步的迭代求解,得到最小化的损失函数和模型参数值。反过来,如果我们需要求解损失函数的最大值,这时就需要用梯度上升法来迭代了。在机器学习中,基于基本的梯度下降法发展了两种梯度下降方法,分别为随机梯度下降法和批量梯度下降法。
(The steepest descent method is a kind of iterative method, which can be used to solve the least squares problem (both linear and nonlinear). In solving the model parameters of machine learning algorithm, that is, unconstrained optimization, gradient descent is one of the most commonly used methods, and the other is the least square method. When solving the minimum value of loss function, the gradient descent method can be used step by step to get the minimum value of loss function and model parameters. Conversely, if we need to solve the maximum value of the loss function, then we need to use the gradient rise method to iterate. In machine learning, two kinds of ladders are developed based on the basic gradient descent method)

文件列表:
norm1.m (140, 2019-09-04)
p.m (726, 2019-09-03)
Untitled4.m (87, 2019-09-04)
zuisuxiajiangfa.m (289, 2019-09-04)
d.m (131, 2019-09-03)
f.m (142, 2019-09-03)

近期下载者

相关文件


收藏者