搜索资源列表
boost.m.31oct02.tar
- 一种新的人脸识别算法程序-a new face recognition algorithm
Basic ICA code in MATLAB (as used in Bell and Sejn
- Bell and Sejnowski 在1996提出的ica算法,用matlab实现的,但版本较旧,需要做修改才能用于新版本。-Bell and Sejnowski 1996 in the ica algorithm, using Matlab to achieve, but the older version needs to be done in order for the new revised version.
PathSPCA
- 稀疏PCA的优化解算法,较新的pca算法,供大家学习交流!-Optimal Solutions for Sparse Principal Component Analysis
CAP3_A_DNA_Sequence_Assembly_Program
- 论文介绍了一种新的基因测序算法——CAP3的具体思想,实现与应用-This paper introduces a new gene sequencing algorithm- CAP3 specific ideas, Implementation and Application
BLAT_A_LAS_like_algorithm
- 本文介绍了一种新的BLAST算法——BLAT的思想,实现与应用-This paper introduces a new BLAST algorithm- BLAT ideas, implementation and application
palmPDCT
- 一篇很好的掌纹识别算法,DCT新运用,推荐-A good palmprint identification algorithms, DCT use recommended
apso
- pso优化算法,粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法((Evolu2tionary Algorithm - EA)。PSO 算法属于进化算法的一种,和遗传算法相似,它也是从随机解出发,通过迭代寻找最优解,它也是通过适应度来评价解的品质,但它比遗传算法规则更为简单,它没有遗传算法的“交叉”(Crossover) 和“变异”(Mutation) 操作,它通过追随当前搜索到的最优值来寻找全局最优。