CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - matlab fuzzy genetic

搜索资源列表

  1. 差别算法matlab源码

    0下载:
  2. 粒子群优化算法(PSO)是一种进化计算技术(evolutionary computation).源于对鸟群捕食的行为研究 PSO同遗传算法类似,是一种基于叠代的优化工具。系统初始化为一组随机解,通过叠代搜寻最优值。但是并没有遗传算法用的交叉(crossover)以及变异(mutation)。而是粒子在解空间追随最优的粒子进行搜索。详细的步骤以后的章节介绍 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:16633
    • 提供者:张正
  1. GA-FCM.rar

    5下载:
  2. 遗传算法改进的模糊C均值聚类的matlab源程序 可以运行 格式需要更改,Improved genetic algorithm fuzzy C-means clustering can run the matlab source code need to change format
  3. 所属分类:matlab

    • 发布日期:2016-07-09
    • 文件大小:2003
    • 提供者:许翔
  1. GAFCM

    5下载:
  2. 遗传算法改进的模糊C-均值聚类MATLAB源码 模糊C-均值算法容易收敛于局部极小点,为了克服该缺点,将遗传算法应用于模糊C-均值算法(FCM)的优化计算中,由遗传算法得到初始聚类中心,再使用标准的模糊C-均值聚类算法得到最优分类结果。 -Value algorithm (FCM) of the optimization calculations, by the genetic algorithm is the initial cluster centers, and the
  3. 所属分类:matlab例程

    • 发布日期:2012-11-11
    • 文件大小:1514
    • 提供者:孙准
  1. nnToolKit_src

    4下载:
  2. nnToolKit 神经网络工具包是基于 MATLAB 神经网络工具箱自行开发的一组神经网络算法函数库,其中的函数在MATLAB环境下均可独立运行,并可打包成DLL组件,这些组件作为独立的COM对象,可以直接被Visual Basic、Visual C++ 、C++ Builder或其它支持COM的高级语言所引用。本工具包中包含的算法包括BP算法中的一些改进算法、模糊神经网络、小波神经网络、遗传算法优化神经网络权值改进算法等,根据需要,读者还可以对该工具包进行扩展,即扩充一些新的函数,以实现特殊
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-01-26
    • 文件大小:10865872
    • 提供者:魏建明
  1. utlab

    1下载:
  2. 模糊规划,模糊优化模拟,神经网络,遗传算法,matlab与VC交互-Optimize fuzzy simulation, neural networks, genetic algorithms
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-14
    • 文件大小:1082217
    • 提供者:tjuliushuxia
  1. FS

    1下载:
  2. 模糊神经网络预测地基沉降量(神经网络实用教程中源码)-Fuzzy neural network prediction of foundation settlement [neural network practical tutorial source]
  3. 所属分类:AI-NN-PR

    • 发布日期:2016-11-30
    • 文件大小:7564
    • 提供者:吴真
  1. MATLAB

    0下载:
  2. MATLAB在遗传模糊控制系统仿真中的应用-MATLAB in the genetic fuzzy control system simulation
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:251947
    • 提供者:Conan
  1. MATLABlanguageandapplication

    6下载:
  2. < 控制系统计算机辅助设计--MATLAB语言与应用>>系统地介绍了国际控制界最流行的控制系统计算机辅助设计语言MATLAB,侧重于介绍MATLAB语言编程基础与技巧、数学问题的MATLAB求解、线性系统计算机辅助分析、控制系统与其他复杂系统的Simulink建模,控制系统的计算机辅助设计方法,包括串联控制器、状态反馈控制器、多变量系统频域设计、PID控制器设计、最优控制器设计、LQG/LTR控制器设计、H2=H1 最优控制、分数阶控制、自适应控制、模糊控制、神经网络控制、遗传
  3. 所属分类:matlab

    • 发布日期:2016-01-15
    • 文件大小:2136608
    • 提供者:任勇
  1. yichuan

    0下载:
  2. 有用的matlab遗传算法整定模糊pid论文-Useful matlab genetic algorithm-tuning fuzzy pid Papers
  3. 所属分类:matlab

    • 发布日期:2017-05-13
    • 文件大小:3214108
    • 提供者:张峰
  1. 1_5_1

    1下载:
  2. 基于量子遗传算法的倒立摆模糊控制器参数优化仿真程序-Quantum genetic algorithm based fuzzy controller for inverted pendulum simulation program optimization
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1423
    • 提供者:wang
  1. Computational-Intelligence-Paradigms-Theory-a-App

    0下载:
  2. The aim of this book is to furnish some theoretical concepts and to sketch a general framework for computational intelligence paradigms such as artificial neural networks, fuzzy systems, evolutionary computation, genetic algorithms, genetic pro
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-19
    • 文件大小:6013474
    • 提供者:Umar
  1. IGA-FCM

    1下载:
  2. 这是一个基于改进的免疫遗传的模糊聚类程,敬请大家下载序-This is based on improved immune genetic fuzzy clustering process, please download the sequence we
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:3030
    • 提供者:行高
  1. Gen-alg-fuz-optim

    1下载:
  2. 遗传模糊优化算法,对大量信号的处理算法希望对大家研究有帮助。-Fuzzy genetic optimization algorithm, the algorithm is useful for everyone to want to help.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:27057
    • 提供者:shenyang
  1. Project

    0下载:
  2. neuro-fuzzy and Genetic algorithm are combined to find best input.
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:114830
    • 提供者:jabi
  1. New-Fuzzy-nNetwork-design-using-Genetic-Algorithm

    0下载:
  2. In this paper a Conventional PD Controller and Fuzzy Neural Controller for trajectory tracking of mobile robot platform is presented. Using computed torque method is given input- torque on mobile robot wheels. The locomotion control structure is
  3. 所属分类:matlab

  1. GUI-based-on-Matlab

    0下载:
  2. 遗传算法改进的模糊C-均值聚类MATLAB源码。用单纯形法来做的-Improved genetic algorithm fuzzy C- means clustering MATLAB source. To do with the simplex method
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:5325
    • 提供者:郑晨
  1. zhinengjisuan

    0下载:
  2. 智能计算主要程序源码,有matlab的模糊聚类图像分割,还有VC++编写的模拟退火和遗传算法。-Intelligent Computing The main program source code, there is matlab fuzzy clustering image segmentation, as well as VC++ Prepared simulated annealing and genetic algorithms.
  3. 所属分类:Algorithm

    • 发布日期:2017-06-08
    • 文件大小:15812983
    • 提供者:魏琳
  1. FGA

    0下载:
  2. Fuzzy Genetic Algorithm in Matlab
  3. 所属分类:matlab例程

    • 发布日期:2017-12-25
    • 文件大小:18432
    • 提供者:jii
  1. MATAB神经网络30个案例分析

    5下载:
  2. 该PDF共有30个MATLAB神经网络的案例,包括BP、RBF、SVM、SOM、Hopfield、LVQ、Elman、小波等神经网络;还包含PSO(粒子群)、灰色神经网络、模糊网络、概率神经网络、遗传算法优化等内容。本PDF作为本科毕业设计、研究生项日设计、博士低年级课题设计参考书籍,同时对广大科研人员也有很高的参考价值。(The PDF has a total of 30 MATLAB in the case of neural networks, including BP, RBF, SVM
  3. 所属分类:matlab例程

    • 发布日期:2017-12-30
    • 文件大小:47037440
    • 提供者:那又怎样
  1. 高等应用数学问题的MATLAB求解(中文)全套课件

    2下载:
  2. 高等应用数学问题的MATLAB问题求解,线性、积分方程、代数方程、微分方程、数据插值、函数逼近问题、概率论与数理统计问题的计算机求解,模糊逻辑与模糊推理、遗传算法、小波变换、粗糙集理论等的应用。(Matlab problem solving of higher applied mathematics, computer solving of linear, integral, algebraic, differential, data interpolation, function approx
  3. 所属分类:matlab例程

    • 发布日期:2020-09-08
    • 文件大小:21203968
    • 提供者:凌澜潇潇
« 12 »
搜珍网 www.dssz.com