搜索资源列表
差别算法matlab源码
- 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation).源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应
模糊C-均值(FCM)聚类算法Matlab实现
- 模糊聚类是一种重要数据分析和建模的无监督方法。简单概述模糊聚类的概念,介绍模糊C-均值(FCM)算法,并在matlab软件上对该算法进行仿真,结果表明,该算法设计简单,应用范围广,但改算法仍存在容易陷入局部极值点等问题,还需进一步研究
模式识别-模糊聚类算法--传递闭包法
- 模式识别-模糊聚类算法--传递闭包法,追踪法-matlab程序,Pattern Recognition- Fuzzy Clustering Algorithm- transitive closure procedures for law-matlab
FuzzyCMean.zip
- 图像处理 模糊C均值算法 MATLAB代码 压缩包解压时没有密码,Image processing fuzzy C means algorithm MATLAB code extracting compressed package without a password
EMM盲运动模糊图像的恢复
- 摘 要 盲图像恢复的主要困难是信息不足,而为了恢复图像和确定点扩散函数需要适当的先验知识。解决这个问题的法、 法以及正则化方法等。但是这些方法的计算量都太大,针对上述方法的不足,文章提出了一种恢复图方法有图像的新算法,它通过恢复残差的最小化和后验概率的最大化来估计参数和恢复图像。其中,巧妙地利用了最陡梯度法和 共轭梯度法的迭代求解。对由于运动造成的模糊图像,可以明显地改善图像的质量,实验结果证明,在对模糊操作没有严格限制的情况下,仍可得到较好的恢复图像。,: : 2$*/<$ I?E
gafcm.rar
- 这是我自己编的用MATLAB来进行图像分割主要用模糊算法和遗传算法,a methoed for image segmentation
PSOtoolbox.rar
- 微粒群算法[PSO ] 是由Kennedy 和Eberhart等于1995 年开发的一种演化计算技术, 来源于对鸟群捕食过程的模拟。PSO同遗传算法类似,是一种基于叠代的优化工具,但与遗传算法使用遗传操作子进行优化不同,利用群体中各个体之间的“协作”与“竞争”关系,根据自身及其竞争者的飞行经验,调整自己的行为。同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域。,Particle Swarm Opt
fuzzycontroler
- 模糊控制算法的一个Simulink模型,可运行,供共同学习和交流-Fuzzy control algorithm, a Simulink model to run for the common learning and exchange
fuzzpid
- 利用Matlab工具箱设计模糊控制器 49条模糊控制规则形成一个模糊控制规则矩阵,然后根据模糊输入量按照相应的模糊推理算法完成计算,并决策出模糊输出量。 输出模糊量的解模糊方法选取重心法。-Computer simulation of fuzzy control system based on fuzzy toolbox and SIMULINK
fuzzy1
- 基于模糊贴近度的数据融合新算法 matlab源程序-Based on fuzzy close-degree of data fusion new algorithm matlab source
MGA
- 本文介绍了模糊自适应遗传算法,并对其性能进行了分析-This paper introduces the fuzzy adaptive genetic algorithm and its performance analysis
FCM
- 模糊C-均值(FCM)聚类算法,用MATLAB程序编写。-FCM clustering algorithm
MATLAB
- 层次模糊聚类的算法实现,一个用C或者C++写的kmeans算法,最新的聚类算法-Level fuzzy clustering algorithm, one using C or C++ written kmeans algorithm, the latest clustering algorithm
FUZZCLUST
- matlab上实现的模糊聚类算法,相当有用,是一个聚类工具箱。-matlab on the fuzzy clustering algorithm to achieve very useful, is a cluster toolkit.
matlab-fuzzy-tooboxusing
- 介绍了关于模糊工具箱的应用,详细,直观,有助于了解与应用模糊算法-Information on the application of fuzzy toolbox in detail, intuitive, help understanding and application of fuzzy algorithm
fuzzy
- 利用模糊算法进行控制的matlab源代码-code for fuzzy control
fuzzyBP
- 利用模糊算法和神经网络的结合来预测工业系统的参数-Fuzzy algorithm and neural network to predict the combination of the parameters of industrial systems
基于FCM聚类分析的交通判别算法研究
- 采用了欧氏距离和模糊算法两种方式进行了FCM聚类分析,利用FCM聚类分析解决了交通状况的判别算法,文件里面还有相关文献!(Using Euclidean distance and fuzzy algorithm, FCM clustering analysis is used to solve the traffic situation.)
模糊算法控制开关阵列
- 用模糊算法控制开关阵列,实现微电网能量管理优化(The energy management optimization of micro grid is realized by using fuzzy algorithm to control switch array.)
cvpr09 defog(matlab)
- 基于暗通道先验的图像去雾算法源代码,经调试可以顺利运行,能够处理薄雾或者浓雾遮盖的模糊图片,效果很不错。(The source code of image de haze algorithm based on a priori dark channel can run smoothly after debugging, and it can handle blurred images covered with mist or dense fog. The effect is pretty goo