CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 人工智能/神经网络/遗传算法 搜索资源 - 模糊算法

搜索资源列表

  1. 粒子群优化算法C

    2下载:
  2. 同遗传算法比较,PSO的优势在于简单容易实现并且没有许多参数需要调整。目前已广泛应用于函数优化,神经网络训练,模糊系统控制以及其他遗传算法的应用领域-comparison with the genetic algorithm, the advantages of PSO is simple and easy to achieve without many parameters need to be adjusted. Now it has been widely used function op
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:17201
    • 提供者:wxd
  1. succus-s-pid-fuzzy

    1下载:
  2. 带有模糊算法的PID控制 VC++6.0下调试通过-with fuzzy PID control algorithm VC 6.0 debugging through
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:3766
    • 提供者:lidi
  1. fuzzy

    0下载:
  2. 利用人工智能的模糊算法,实现了一个模糊控制的温控系统
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-16
    • 文件大小:38376
    • 提供者:ruijing
  1. Avoidance

    0下载:
  2. 移动机器人的超声避障算法的一篇论文。 用的是模糊算法。
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-16
    • 文件大小:179247
    • 提供者:曹彪
  1. fuzzy-programming

    1下载:
  2. 嵌入遗传算法和神经网络的模糊算法,并附有相关说明文档
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:68042
    • 提供者:zrt
  1. 模糊pid算法

    1下载:
  2. 模糊控制pid算法,程序化,可以方针,-fuzzy control algorithms, procedures, guidelines,
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:991
    • 提供者:111
  1. 差别算法matlab源码

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

    • 发布日期:2008-10-13
    • 文件大小:16633
    • 提供者:张正
  1. 基于c++的模糊控制算法

    1下载:
  2. 基于c++的模糊控制算法
  3. 所属分类:人工智能/神经网络/遗传算法

  1. dataMining.rar

    0下载:
  2. 数据挖掘的软件,集成了关联规则、k-均值聚类、模糊聚类、k-中心点聚类四种算法,software of data mining
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:148344
    • 提供者:lqinggui
  1. Clustering.zip

    0下载:
  2. 数据挖掘算法的实现,基于模糊聚类的最大树算法,数据集是darpa99,也就是KDD-CUP99中采用的数据集,The realization of data mining algorithms, based on fuzzy clustering of the largest tree algorithm, a data set is darpa99, which is used in KDD-CUP99 data set
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-01
    • 文件大小:33131
    • 提供者:谢松林
  1. Artificialintelligence

    0下载:
  2. 详细介绍了贝叶斯理论,神经网络,模糊集合,粗糙集,遗传算法的原理与应用等。 -Details of the Bayesian theory, neural networks, fuzzy sets, rough sets, genetic algorithm theory and applications.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-18
    • 文件大小:5564400
    • 提供者:daiyaohui1
  1. Recurrent-T-S-FNN

    0下载:
  2. 递归T-S模糊神经网络学习算法,用遗传算法优化参数-Recursive TS fuzzy neural network learning algorithm, using genetic algorithm parameters
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-28
    • 文件大小:2294
    • 提供者:
  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. Fuzzy

    1下载:
  2. 模糊算法,实现了求交法计算模糊蕴含关系、最大最小法进行合成运算、求并法计算输出量的模糊集合、加权平均法计算实际的清晰控制量等部分的详细代码。-Fuzzy algorithm, the realization of the intersection method to calculate fuzzy implication relations, max-min method for synthesis of computing, and method for output fuzzy sets,
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-23
    • 文件大小:8685
    • 提供者:LCC
  1. BPNN

    2下载:
  2. 用BP神经网络实现模糊控制规则为T=int[(e +ec)/2]的模糊神经网络控制器。可以改变隐层节点数和学习速率。网络训练算法是变学习速率法。-BP neural network with fuzzy control rules for the T = int [(e+ Ec)/2] of the fuzzy neural network controller. Can change the hidden layer nodes and learning rate. Network tra
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-24
    • 文件大小:3890
    • 提供者:韩梅
  1. julei

    0下载:
  2. 经典模糊聚类算法的matlab程序框架,简单容易理解。-Classical fuzzy clustering algorithm matlab Framework, a simple easy to understand.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-29
    • 文件大小:6373
    • 提供者:许翔
  1. fuzzylogicMATLAB

    0下载:
  2. 一个机器学习算法软件包,包括神经网络,模糊逻辑,支持向量机,采用MATLAB平台实现-A package of machine learning algorithms, including neural networks, fuzzy logic, support vector machine, using MATLAB platform
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-05-08
    • 文件大小:1864023
    • 提供者:zzr
  1. Fuzzy_control_algorithm_code

    0下载:
  2. 模糊算法的一个小函数,计算量小,简单易用,缺点是适应性不够强,不能满足高精度的需要-Fuzzy algorithm for a small function to calculate the volume of small, easy-to-use, adaptive disadvantage are not strong, and can not meet the required high-precision
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-12
    • 文件大小:1338
    • 提供者:zsy
  1. fuzzyBP

    0下载:
  2. 利用模糊算法和神经网络的结合来预测工业系统的参数-Fuzzy algorithm and neural network to predict the combination of the parameters of industrial systems
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-04
    • 文件大小:1616
    • 提供者:lee
  1. 基于模糊神经网络PID算法的电阻炉温控系统

    1下载:
  2. 基于bp模糊神经网路pid控制系统matlab仿真和相关论文报告(Based on bp fuzzy neural network pid control system matlab simulation and related paper report)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-07
    • 文件大小:1267712
    • 提供者:
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com