-
用模糊控制方法逼近函数z=x+y,效果比较好
用模糊控制方法逼近函数z=x+y,效果比较好-Fuzzy control method with approximation function z = x+ y, the effect is better
- 2022-09-30 10:15:03下载
- 积分:1
-
遗传算法的全部代码!c编程源码,有readme 和可执性文件!
遗传算法的全部代码!c编程源码,有readme 和可执性文件!-all the genetic algorithm code! C programming source, and they readme document!
- 2022-06-02 10:53:50下载
- 积分:1
-
nnToolKit 神经网络工具包是基于 MATLAB 神经网络工具箱自行开发的一组神经网络算法函数库,其中的函数在MATLAB环境下均可独立运行,并可打包成D...
nnToolKit 神经网络工具包是基于 MATLAB 神经网络工具箱自行开发的一组神经网络算法函数库,其中的函数在MATLAB环境下均可独立运行,并可打包成DLL组件,这些组件作为独立的COM对象,可以直接被Visual Basic、Visual C++ 、C++ Builder或其它支持COM的高级语言所引用。本工具包中包含的算法包括BP算法中的一些改进算法、模糊神经网络、小波神经网络、遗传算法优化神经网络权值改进算法等,根据需要,读者还可以对该工具包进行扩展,即扩充一些新的函数,以实现特殊的算法需求。-nnToolKit neural network tool kit is based on the MATLAB neural network toolbox developed by a group of neural network algorithm library, which functions in the MATLAB environment can be run independently, and packaged into a DLL components, these components as a separate COM object, can be directly by Visual Basic, Visual C++, C++ Builder or other high-level language support COM quoted. The toolkit includes algorithms, including some of the BP algorithm to improve the algorithm, fuzzy neural network, wavelet neural networks, genetic algorithms to optimize neural network weights to improve the algorithm, if necessary, readers can also expand the tool kit, namely the expansion of some new function, the algorithm in order to achieve sp
- 2022-08-08 06:06:29下载
- 积分:1
-
an artificial intelligence platforms can be very convenient to some of your code...
人工智能一个运行平台,可以很方便的将你的一些代码的执行-an artificial intelligence platforms can be very convenient to some of your code implementation
- 2022-09-29 03:20:10下载
- 积分:1
-
神经网络中HOPFIELD模型算法的源程序,常用语控制领域!
神经网络中HOPFIELD模型算法的源程序,常用语控制领域!-Neural network model algorithm HOPFIELD source, commonly used to control the area of language!
- 2022-05-22 09:59:26下载
- 积分:1
-
VB控制三维云台PID调节源程序,经典程序。
VB控制三维云台PID调节源程序,经典程序。-VB control 3D platforms PID source, classical procedures.
- 2023-05-19 19:35:03下载
- 积分:1
-
The simplest genetic algorithm source code, provided to facilitate the exchange.
最简单的遗传算法的源程序,提供大家交流。-The simplest genetic algorithm source code, provided to facilitate the exchange.
- 2022-02-07 07:27:31下载
- 积分:1
-
svm_nu 分类源码 用于svm的分类编程同svm_c 相近
svm_nu 分类源码 用于svm的分类编程同svm_c 相近-svm classification svm_nu source for the classification of programming with similar svm_c
- 2023-04-20 16:30:03下载
- 积分:1
-
传教士和野人渡河问题盲目搜索算法 一个典型的人工智能算法...
传教士和野人渡河问题盲目搜索算法 一个典型的人工智能算法-missionaries and Savage cross river blind search algorithm of a typical artificial intelligence algorithms
- 2022-10-15 02:35:04下载
- 积分:1
-
五子棋是一种受大众广泛喜爱的游戏,这里介绍五子棋程序的数据结构、评分规则、胜负判断方法,重点分析了搜索算法,并在传统的博弈算法在五子棋应用中进行一些改进,从而使...
五子棋是一种受大众广泛喜爱的游戏,这里介绍五子棋程序的数据结构、评分规则、胜负判断方法,重点分析了搜索算法,并在传统的博弈算法在五子棋应用中进行一些改进,从而使剪枝更有效,运算性能更好。改进包括:不使用closed表;改变棋盘搜索顺序;增加记录最大棋盘信息的指针。实验证明,这几点改进对提高效率有很高帮助。
- 2022-07-01 17:06:31下载
- 积分:1