搜索资源列表
-
3下载:
计算梯度下降法计算极值,只能找到局部最小点。可以通过调整步长实现全局最小-Calculation of gradient descent method to calculate extreme value, can only find local minimum point. By adjusting the step size can achieve the global minimum
-
-
0下载:
寻找最大值和最小值的汇编语言程序,简单,易懂,实用。-Find maximum and minimum values of the assembly language procedures, simple, understandable and practical.
-
-
0下载:
This program uses Markowitz portofolio theory to find combination of stocks in a portfolio which has minimum variance for expected returns
-
-
0下载:
插值函数, 称为被插函数. 最小二乘拟合: 已知一批离散的数据 , 互不相同,寻求一个拟合函数 ,使 与 的误差平方和在最小二乘意义下最小.在最小二乘意义下确定的 称为最小二乘拟合函数-Interpolation function, referred to as interpolation function. Least-squares fitting: a known number of discrete data, different from each other, to find a f
-
-
0下载:
MATLAB中GA遗传算法工具箱帮助信息-Find the minimum of a function using genetic algorithm
-
-
0下载:
Find local minimum in matlab
-
-
0下载:
通过用最小距离分类判别方法,用MATLAB程序找出最小距离分类判别时的识别界面,从而进行识别已知的两类训练样本,并分析其识别错误率。-By using minimum distance classifier discriminant method, using MATLAB program to find the minimum distance classifier recognition interface when the judge, which is known to identify
-
-
0下载:
floyd最短路算法、dijkstra最短路算法、求网络的最小费用最大流-floyd shortest path algorithm, dijkstra shortest path algorithm, find the minimum cost maximum flow networks
-
-
0下载:
The economic load dispatch plays an important role in the operation of power system,
and several models by using different techniques have been used to solve these problems.
Several traditional approaches, like lambda-iteration and gradient metho
-
-
0下载:
神经网络的基本示例,含有小波、排序、函数最优、寻找最大最小-The basic example of neural networks, with wavelet, sorting, optimal function, find the maximum and minimum, etc.
-
-
0下载:
求单变量反馈控制回路的输出时间延迟
X为闭环回路输出时间序列
寻找时间延迟tau:即Sdeltmean第一个极小值点对应的t-Find a single variable feedback control loop time delay the output of X is closed-loop output time series to find the time delay tau: the Sdeltmean the first minimum point correspondi
-
-
0下载:
The Rosenbrock function is a non-convex function used as a performance test problem for optimization algorithms introduced by Rosenbrock (1960). It is also known as Rosenbrock s valley or Rosenbrock s banana function.
The global minimum is insid
-
-
0下载:
局部极小点,用于局部极小点的程序,还有相应的论文,大家可以下载好好学习,看看老外的编程技巧-find local minimum
-
-
2下载:
2012 东三省数学建模D题 第一问 基于贪心算法下的自己画8种不同的打孔点并找点之间最小成本连线的GUI程序-2012 Manchuria D problem of mathematical modeling the first question based on the greedy algorithm, painted himself eight different punch point and find the minimum cost connection between GUI p
-
-
0下载:
运用蚁群算法求函数最值,采取蚁群迭代。根据函数求出最大值(Ant colony algorithm is used to find the function minimum)
-
-
1下载:
基于MATLAB的帕累托求解,求最小值边界或曲面(the Pareto solver program based on MATLAB to find the minimum boundary or surface)
-
-
1下载:
用牛顿法求rosenbrock函数的最小值(Using Newton method to find the minimum value of Rosenbrock function)
-
-
0下载:
实验要求:
1. 以身高为例,画出男女生身高的直方图并做对比;
2. 采用最大似然估计方法,求男女生身高以及体重分布的参数;
3. 采用贝叶斯估计方法,求男女生身高以及体重分布的参数(假定方差已知,作业请注明自己选定的一些参数情况);
4. 采用最小错误率贝叶斯决策,画出类别判定的决策面。并判断某样本的身高体重分别为(160,45)时应该属于男生还是女生?为(178,70)时呢?(Experimental requirements:
1. take height as an exa
-
-
6下载:
以二体问题为模型,从地球发射航天器探索火星,途中需经过一次无动力金星借力,寻找最优(总速度增量最小)的发射时间窗口和飞行时间,并绘制地球到金星的Pork-Chop发射能量等高线图。发射时间窗口为2023—2033年,总飞行时间不得大于2年。(Taking the two body problem as the model to explore Mars from the earth, it is necessary to seek an unpowered Venus transit force
-
-
2下载:
Matlab表情识别,特征脸[1 ]作为面部表情分类的方法。首先,利用训练图像创建低维人脸空间(pca)。这是通过训练图像集主成分分析(PCA)及图片主成分分析(即具有较大特征值的特征向量)获得的。
结果,所有的测试图像以所选择的主成分表示,计算投影图像与所有投影列车图像的欧几里得距离,选择最小值以找出与试验图像最相似的训练图像。(The feature face [1] is used as a facial expression classification method. Firstly,
-