资源列表
tanxin
- 这是一个贪心算法的c程序。贪心算法(也叫贪婪算法)不是某种特定的算法,而是一类抽象的算法,或者说只是一种思想,它的具体表现在,对解空间进行搜索时,不是机械地搜索,而是对局部进行择优选取,贪心算法的目的不是为了找到全部解,也当然找不出最优解,而只是找出一种可行解,这样就会得到惊人的高效性。因此,贪心算法也叫启发式搜索,这种启发就是所谓的“贪心策略”。-This is a greedy algorithm c procedures. Greedy algorithm (also known as t
ais_youhua
- 是人工免疫克隆算法的函数优化,经过运行,效果较好
GA
- 遗传算法实例演习matlab源码实现,来自于matlab论坛。-Matlab source of genetic algorithm instance of exercise to achieve from the matlab forum.
neuralconstrut
- 用小波构造神经网络,将小波分解的基函数构成神经的隐函数。
PCA
- 主成份分析,一个最经典的无监督学习算法,也是最常用的线性降维方法-PCA
ANNBP2hiddenlayers
- 双隐含层神经网络源代码,希望对大家有帮助-ANNBP2hiddenlayers double hidden layer neural network code
chilunguzhangjiance
- 齿轮故障识别,能够实现在无拆装状态下的故障检测,基于BP/elman神经网络的齿轮箱故障识别-Gear fault recognition, can achieve without disassembly state of the fault detection, based on the BP/elman neural network of gearbox fault recognition,MATLAB C
kNN
- 通过k近邻算法实现数字识别,主要包含0-9之间的所有数字。(Digital identification is realized by K nearest neighbor algorithm.)
tracking
- 视频图像跟踪,一种高效的视频图像跟踪程序-Video image tracking, an efficient video image tracking program
mohu
- 模糊控制的程序 对被控对象进行模糊控制 达到理想的效果-Procedures of fuzzy control fuzzy control to achieve the desired results of the controlled object
viterbi
- viterbi算法c++,实现了动态路径规划-viterbi algorithm c++, to achieve a dynamic path planning
ga_r
- 基于实数编码利用遗传算法实现函数的极值优化-Extreme value optimization based on genetic algorithm of real number encoding