梯度下降法,牛顿法以及启发式的优化算法(PSO,ABC等)我要分享

Gradient descent method, Newton method and heuristic optimization algorithm (PSO, ABC, etc.)

ABC 梯度下降法 凸优化 gradient-descent

关注次数: 316

下载次数: 3

文件大小: 3KB

代码分类: 智能算法

开发平台: matlab

下载需要积分: 1积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:

在机器学习问题中,很多的算法归根到底就是在求解一个优化问题,然而我们的现实生活中也存在着很多的优化问题,例如道路上最优路径的选择,商品买卖中的最大利润的获取这些都是最优化的典型例子,前面也陆续地有一些具体的最优化的算法,如基本的梯度下降法,牛顿法以及启发式的优化算法(PSO,ABC等)。


English Description:

In machine learning problems, many algorithms in the final analysis is to solve an optimization problem. However, there are many optimization problems in our real life, such as the selection of the optimal path on the road, the acquisition of the maximum profit in commodity trading. These are typical examples of optimization. In front of them, there are some specific optimization algorithms, such as the basic ladder Degree descent method, Newton method and heuristic optimization algorithm (PSO, ABC, etc.).


代码预览

simple_LS.m

quickstart.m

regularized_norm_tradeoff.m

simple_LP.m

simple_LP2.m