登录
首页 » AI-NN-PR » 神经网络PID混合控制源可以很好的解决了非线性…

神经网络PID混合控制源可以很好的解决了非线性…

于 2022-04-21 发布 文件大小:1.12 kB
0 93
下载积分: 2 下载次数: 1

代码说明:

神经网络与pid混合控制源程序,可以很好的解决非线性控制问题-Neural network and hybrid control pid source can be a very good solution to nonlinear control problems

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 一种汉字模式识别的VC++源代码,里面包含了学习与识别的算法实现,识别一种汉字前,先学习几遍。识别率高,对学习与研究模式识别很有好处。方便修改。...
    一种汉字模式识别的VC++源代码,里面包含了学习与识别的算法实现,识别一种汉字前,先学习几遍。识别率高,对学习与研究模式识别很有好处。方便修改。-a Chinese character pattern recognition VC source code, which contains the learning and recognition algorithm, a Chinese character recognition, first learn several times. The high recognition rate for the study and research of pattern recognition is very good. To facilitate change.
    2023-03-14 15:20:04下载
    积分:1
  • 人工智能中经典算法
    人工智能中经典算法-宽度搜索和启发是搜索(A*算法)在VC环境下的实现代码,对于学习人工智能有很多帮助- In the artificial intelligence the classical algorithm- width search and the inspiration are the search (the A* algorithm) under the VC environment realization code, has regarding the study artificial intelligence very helps
    2022-02-21 10:04:12下载
    积分:1
  • 一个神经网络BP算法源码
    一个神经网络BP算法源码-a neural network algorithm source code
    2022-12-23 15:15:04下载
    积分:1
  • matlab 自适应遗传算法源程序,用到了G
    matlab 自适应遗传算法源程序,用到了G-S正交化分解,大家可以用QR分解做一下,应该会使程序更简单一点.-Matlab adaptive genetic algorithm source code, used in the G-S orthogonal decomposition. We can do something QR decomposition, the process would be simpler 1:00.
    2023-06-27 02:15:03下载
    积分:1
  • 王小平,
    王小平《遗传算法――理论、应用与软件实现》随书光盘,内容有: GA 本书中所附源程序C或C++代码文件及其可执行文件 Scs.cpp 基本分类算法源程序,输入数据文件cfile.txt,efile.txt,gfile.txt,pfile.txt,rfile.txt,tfile.txt Sga.c 基本遗传算法源程序, 输入数据文件input,输出文件output A_life.c 基于遗传算法的人工生命模拟源程序, 输入数据文件world GA_nn.c 基于遗传算法优化神经网络结构源程序,输入数据文件sample Patmat.c 基于遗传算法提取基元图形源程序 Sources 遗传算法相关自由软件及代码。-Wang Xiaoping,
    2023-03-20 12:20:05下载
    积分:1
  • 自组织系统Kohonen网络模型。对于Kohonen神经网络,竞争是这样进行的:对于“赢”的那个神经元c,在其周围Nc的区域内神经元在不同程度上得到兴奋,而在N...
    自组织系统Kohonen网络模型。对于Kohonen神经网络,竞争是这样进行的:对于“赢”的那个神经元c,在其周围Nc的区域内神经元在不同程度上得到兴奋,而在Nc以外的神经元都被抑制。网络的学习过程就是网络的连接权根据训练样本进行自适应、自组织的过程,经过一定次数的训练以后,网络能够把拓扑意义下相似的输入样本映射到相近的输出节点上。网络能够实现从输入到输出的非线性降维映射结构:它是受视网膜皮层的生物功能的启发而提出的。~..~-Kohonen network model. For Kohonen neural network, competition is this : For the "winner" of neurons c, in its switching around the region neurons in varying degrees, to be excited, and the switching outside the neurons were inhibited. Network learning is a process in the network connecting the right under the training samples for adaptive, self-organizing process, after a certain number of training, network topology can sense similar to the mapping of the input samples similar to the output nodes. Network can be achieved from input to output of nonlinear reduced-dimensional mapping structure : it is subject to retinal cortex of the biological function inspired by. ~ ~ ..
    2022-11-15 05:40:03下载
    积分:1
  • FAST apriori.cpp 基于数组和为运算的apriori算法实现,采用为运算来测试子集的存在性,把测试子集存在性的复杂度由O(n^2)降低为O(n)...
    FAST apriori.cpp 基于数组和为运算的apriori算法实现,采用为运算来测试子集的存在性,把测试子集存在性的复杂度由O(n^2)降低为O(n)-FAST apriori.cpp array-based computing and for the apriori algorithm, adopted as the operator to test the existence of a subset to test the existence of a subset of the complexity from O (n ^ 2) reduced to O (n)
    2022-08-16 14:04:17下载
    积分:1
  • 基于图像处理的相机自动调焦系统,开发环境:VC。~..~
    基于图像处理的相机自动调焦系统,开发环境:VC。~..~-based on image processing camera auto-focusing system, development environment : VC. ~ ~ ..
    2023-06-18 22:30:03下载
    积分:1
  • 使用二进制和实数编码变量的遗传算法实现。混合变量…
    This a GA implementation using binary and real coded variables. Mixed variables can be used. Constraints can also be handled. All constraints must be greater-than-equal-to type (g >= 0) and normalized (see the sample problem in prob1 in objective()).-This a GA implementation using binary and real coded variables. Mixed variables can be used. Constraints can also be handled. All constraints must be greater-than-equal-to type (g gt;= 0) and normalized (see the sample problem in prob1 in objective()).
    2022-02-07 16:02:59下载
    积分:1
  • 图像模式识别的聚类器设计,采用VC++实现,和分类器设计相对应。...
    图像模式识别的聚类器设计,采用VC++实现,和分类器设计相对应。-the designation of image pattern recognation,VC++ is adopted, along with the sort ware designation
    2022-08-23 19:55:51下载
    积分:1
  • 696518资源总数
  • 106161会员总数
  • 5今日下载