搜索资源列表
FACERECOGNITIONBASEDONFRACTALANDGENETICALGORITHMS.
- 本文的题目是基于分形和遗传算法的人脸识别方法,对有限人群提出一种采用分形特征和遗传聚类的识别方法: 将图像分成很多小区域, 分别计算各个区域的分形特征, 以充分利用图像二维信息 同一个模式有多个样本, 通过遗传算法进行聚类以得到最优解实现不变性识别. 最后采用ORL 人脸图像库的一组图像对比了新方法、本征脸法和自联想神经网络方法, 结果表明该方法的识别率, 与本征脸法相似, 比自联想神经网络高.
julei
- 图像模式识别 VC 代码 之聚类分析,有遗传算法-Image Pattern Recognition VC code of cluster analysis, a genetic algorithm
GA1E1
- 用K均值和遗传算法实现了半监督聚类算法,这是个一个已经发表的论文的源程序-Using K-means and genetic algorithm to achieve a semi-supervised clustering algorithm, this is a paper published source
gak
- 给予遗传算法的k均值聚类算法的c++ 源代码 采用二进制编码方式-yichuan suan fa de c++ yuan daima
Genetic-optimization-of-C-clustering
- 运用遗传优化算法优化模糊C均值聚类,通过全局自适应寻优,寻找出更为精确的模糊聚类中心-Using genetic optimization algorithm to optimize the fuzzy C-means clustering, global adaptive optimization to find a more precise fuzzy clustering center
GC-Program
- 这是一个仿真程序,对文章Genetic algorithm-based clustering technique做的仿真,遗传聚类算法,比较经典的一个遗传算法用于聚类的单目标聚类算法,matlab写的。-This is a simulation program, the article Genetic algorithm-based clustering technique to do the simulation, genetic clustering algorithm, a classi
shujuwajuesuanfayuanma
- 多种算法,遗传,神经网络 ,聚类 ,apriori等-A variety of algorithms, genetic, neural networks, clustering, apriori
GAFCM
- matlab编写的遗传算法优化的模糊C均值聚类算法-genetic algorithm optimize Fuzzy C means algorithm
kunqui
- 遗传算法无功优化,基于K均值的PSO聚类算法,完整的图像处理课设,包含所有源代码,汽车图像。- Genetic algorithm based reactive power optimization, K-means clustering algorithm based on the PSO, Complete class-based image processing, contains all of the source code, auto image.
MAG-PPC
- 基于多智能题遗传算法的投影寻踪聚类模型MATLAB程序-Based on multi-agent problem genetic algorithm MATLAB program projection pursuit cluster model
fanjie_v64
- 用MATLAB实现动态聚类或迭代自组织数据分析,用MATLAB编写的遗传算法路径规划,可以提取一幅图中想要的目标。- Using MATLAB dynamic clustering or iterative self-organizing data analysis, Genetic algorithms using MATLAB path planning, Target can be extracted in a picture you want.
K-means
- 使用k-means算法对图像进行分割,并利用遗传算法对k-means算法加以改进(The k-means algorithm is used for the segment of images, and the genetic algorithm is used to improve the k-means algorithm)
遗传算法应用于模糊C均值聚类
- 将遗传算法应用于模糊C均值聚类,可以取得不错的效果(The application of genetic algorithm to fuzzy C mean clustering can achieve good results.)
04657872GAFCM
- 遗传算法改进的模糊C-均值聚类MATLAB源码.模糊C-均值算法容易收敛于局部极小点,为了克服该缺点,将遗传算法应用于模糊C-均值算法(FCM)的优化计算中,由遗传算法得到初始聚类中心,再使用标准的模糊C-均值聚类算法得到最优分类结果。(Improved genetic algorithm and fuzzy C- means clustering MATLAB source. The fuzzy C- means algorithm is easy to converge to local m