-
orl_RBF_0822_1534
MATLAB做的不错的人脸识别的程序,希望大家能受用,谢谢(color)
- 2009-05-20 11:36:08下载
- 积分:1
-
k_medoids
聚类算法:k—medoids 方法。这儿选取一个对象叫做mediod来代替上面的中心 的作用,这样的一个medoid就标识了这个类。步骤: 1,任意选取K个对象作为medoids(O1,O2,…Oi…Ok)。 以下是循环的: 2,将余下的对象分到各个类中去(根据与medoid最相近的原则); 3,对于每个类(Oi)中,顺序选取一个Or,计算用Or代替Oi后的消耗—E(Or)。选择E最小的那个Or来代替Oi。这样K个medoids就改变了,下面就再转到2。 4,这样循环直到K个medoids固定下来。 这种算法对于脏数据和异常数据不敏感,但计算量显然要比K均值要大,一般只适合小数据量。 这里是MAtlab源代码。(err)
- 2008-08-06 22:03:55下载
- 积分:1
-
shootingmethod
在解光学常微分方程中的打靶法。可以结合MATLAB解方程。(Optical Solutions for Ordinary Differential Equations in the shooting method. MATLAB Solution of equations can be combined.)
- 2010-05-23 10:58:17下载
- 积分:1
-
modernsignalprocessMatlab
这是清华大学出版社胡广书著的《现代信号处理》的Matlab源程序
(This is widely Hu Qinghua University Press book with the "modern signal processing," the source Matlab)
- 2007-03-01 21:46:46下载
- 积分:1
-
GraphicsAndGUIsWithMATLAB3rdEd2003Part1
Using Graphic in MatLab part 01
- 2010-12-13 10:12:47下载
- 积分:1
-
MATLAB-interface
详细讲解了MATLAB的外部接口应用以及相应接口函数的使用方法。主要介绍了mxArray结构、C语言MEX文件应用、Fortran语言MEX文件应用、MAT文件应用等等(Explain in detail the application of MATLAB' s external interface and the corresponding interface function is used. Introduces the mxArray structure, C Language MEX file applications, Fortran language MEX file applications, MAT file applications, etc.)
- 2011-01-21 12:05:10下载
- 积分:1
-
GA2
程序6:遗传算法工具箱使用例子;
程序7:多种群遗传算法的函数优化;
程序8:基于量子遗传算法的函数寻优;
程序9:基于遗传算法的多目标优化算法;
程序10:基于粒子群算法的多目标搜索算法(Program 6: examples of the use of genetic algorithm toolbox Program 7: multi-population genetic algorithm function optimization Program 8: a function based on quantum genetic algorithm optimization Program 9: Based on the genetic algorithm for multi-objective optimization algorithm Program 10: Based on the particle swarm optimization algorithm for multi-objective search)
- 2013-11-08 15:35:15下载
- 积分:1
-
CNN-MINIST
利用卷积神经网络进行MINIST数据集的分类识别,MATLAB源程序。(Convolution neural network classification MNIST dataset, MATLAB source.)
- 2021-03-31 08:59:09下载
- 积分:1
-
matlab_shouce
非常详细介绍matlab的手册,非常的实用,新手必备,达人参考。(Matlab manual is very detailed, very practical, novice, of reference.)
- 2010-12-25 18:07:03下载
- 积分:1
-
Zipfs-law
本程序对同一文本在不同语言版本(英语,德语,芬兰语)下的单词频率进行统计,来检测齐夫定律(Zipf s law)在不同语言下的变化。(This procedure of the same text in different languages (English, German, Finnish) the word frequency statistics, to detect Zipf' s law (Zipf' s law) in different languages under the changes.)
- 2013-08-04 05:56:57下载
- 积分:1