资源列表
[matlab例程] fitness
说明:比如每个企业和个人都要考虑的一个问题“在一定成本下,如何使利润最大化”等。最优化方法是一种数学方法,它是研究在给定约束之下如何寻求某些因素(的量),以使某一(或某些)指标达到最优的一些学科的总称。随着学习的深入,博主越来越发现最优化方法的重要性,学习和工作中遇到的大多问题都可以建模成一种最优化模型进行求解,比如我们现在学习的机器学习算法,大部分的机器学习算法的本质都是建立优化模型,通过最优化方法对目标函数(或损失函数)进行优化,从而训练出最好的模型。常见的最优化方法有梯度下降法、牛顿法和拟牛顿法<hxxa> 在 2025-09-15 上传 | 大小:1kb | 下载:0
[matlab例程] PSO
说明:梯度下降法是最早最简单,也是最为常用的最优化方法。梯度下降法实现简单,当目标函数是凸函数时,梯度下降法的解是全局解。一般情况下,其解不保证是全局最优解,梯度下降法的速度也未必是最快的。梯度下降法的优化思想是用当前位置负梯度方向作为搜索方向,因为该方向为当前位置的最快下降方向,所以也被称为是”最速下降法“。最速下降法越接近目标值,步长越小,前进越慢。(The gradient descent method is the earliest and most simple and most commo<hxxa> 在 2025-09-15 上传 | 大小:3kb | 下载:0
[matlab例程] 333
说明:牛顿法是一种在实数域和复数域上近似求解方程的方法。方法使用函数f (x)的泰勒级数的前面几项来寻找方程f (x) = 0的根。牛顿法最大的特点就在于它的收敛速度很快。(The Newton method is a method to approximate the equation in the real and complex domain. The method uses the first few of the Taylor series of the function f (x) to<hxxa> 在 2025-09-15 上传 | 大小:2kb | 下载:0
[matlab例程] DensityClust [Matlab 1.2]
说明:Cluster analysis is used in many disciplines to group objects according to a defined measure of distance. Numerous algorithms exist, some based on the analysis of the local density of data points, and others on predefined probability distributions. R<Doc-Alfred> 在 2025-09-15 上传 | 大小:414kb | 下载:0
[matlab例程] conv to eps
说明:this program 'ImageToEps' is intended for the conversion of png images into eps image. very useful for scientific copywriters.<Doc-Alfred> 在 2025-09-15 上传 | 大小:117kb | 下载:0
[数值算法/人工智能] function matlab codes
说明:optimisation testes function<Doc-Alfred> 在 2025-09-15 上传 | 大小:94kb | 下载:0
[matlab例程] NOISE ADDING
说明:SCOOR CALCULATION FOR SIGNAL PROCESSING<Doc-Alfred> 在 2025-09-15 上传 | 大小:914kb | 下载:0
[matlab例程] Der1BasisFun
说明:matlab程序,可求解任意次B样条基函数及其一阶导(Solving the basic function of arbitrary order B spline and its first order)<Timera> 在 2025-09-15 上传 | 大小:1kb | 下载:0
[数值算法/人工智能] Construct2D_2.1.3
说明:翼型计算的2D网格生成代码,学习和研究抛物和椭圆型网格生成算法(2D grid generation for computational fluid dynamics.Hyperbolic and elliptic grid generation available)<lgdindon> 在 2025-09-15 上传 | 大小:2.3mb | 下载:0
[人工智能/神经网络/遗传算法] Classification
说明:Breast cancer diagnsis<Adrizy> 在 2025-09-15 上传 | 大小:1.39mb | 下载:0
[人工智能/神经网络/遗传算法] Segmentation
说明:Breast cancer segmentation<Adrizy> 在 2025-09-15 上传 | 大小:518kb | 下载:0