-
该算法采用另外一种策略,结合进化策略和遗传算法,达到优化的目地...
该算法采用另外一种策略,结合进化策略和遗传算法,达到优化的目地-The algorithm uses a different strategy, combining evolutionary strategy and genetic algorithm to optimize the purpose
- 2022-02-25 00:08:03下载
- 积分:1
-
the software can input pixel matrix identification. Based on "Neural Networ...
这个软件可以对输入的象素矩阵进行识别。是根据《Neural Network Design》(Martin T. Hagan等)中的关于有监督的Heb学习编写的。使用JBuilder开发的界面,使用JCreator开发的核心。-the software can input pixel matrix identification. Based on "Neural Network Design" (Martin T. Hagan, etc.) on the supervision of a study prepared by the Heb. Using JBuilder development of the interface, use JCreator development of the core.
- 2023-03-09 09:40:04下载
- 积分:1
-
用C++语言开发的神经网络,很好用的。
使用C语言实现神经网络算法,针对BP神经网络的特点进行设计和开发,具有比较好的性能-use c language to develop neural network,good to use.
- 2022-07-11 03:48:03下载
- 积分:1
-
对模式识别中的字符串模板匹配问题进行的研究,设计了对任意字符串进行匹配和字符串相似度,即列文斯顿距离进行计算的算法...
对模式识别中的字符串模板匹配问题进行的研究,设计了对任意字符串进行匹配和字符串相似度,即列文斯顿距离进行计算的算法-right pattern recognition template matching string for the research and design of the arbitrary strings and string matching similarity, Ken Livingstone distance calculation algorithm
- 2022-01-30 19:19:17下载
- 积分:1
-
RBF神经网络应用于IRIS数据集的例子
RBF神经网络应用于IRIS数据集的例子-Am example of RBF-NN applied on IRIS Data Set
- 2022-02-13 06:21:16下载
- 积分:1
-
双峰和多峰函数最大值的遗传算法求解
利用基本遗传算法的思路寻找双峰或多峰函数的最大值,选择采用轮盘选择方法;...
双峰和多峰函数最大值的遗传算法求解
利用基本遗传算法的思路寻找双峰或多峰函数的最大值,选择采用轮盘选择方法;-Bimodal and multimodal function of the genetic algorithm the maximum use of the basic idea of genetic algorithm to find bimodal or multi-peak function of the maximum wheel options to choose from
- 2022-07-24 12:48:14下载
- 积分:1
-
蚂蚁算法(或蚁群算法,ant colony algorithm)是由Colorni和Dorigo等人提出的一类模拟自然界蚁群行为的模拟进化算法。
这类算法主...
蚂蚁算法(或蚁群算法,ant colony algorithm)是由Colorni和Dorigo等人提出的一类模拟自然界蚁群行为的模拟进化算法。
这类算法主要基于以下观察:像蚂蚁这类群居昆虫,虽然没有视觉且单个行为极其简单,但由这些简单的个体所组成的群体却常常表现出令人称奇的行为――能够在复杂的环境下最终找到从蚁穴到食物源的最短路径!仿生学家经过大量细致观察与研究发现,原来蚂蚁在寻食的过程中,通过一种称之为信息素(pheromone)的物质相互传递信息。更具体地,蚂蚁在运动过程中能够在它所经过的路径上留下信息素,而且在运动过程中感知这种信息素的存在及其强度,并以此指导自己的运动方向。蚂蚁倾向于朝着信息素强度高的方向前进,因此,由大量蚂蚁组成的蚁群的行为便表现出一种信息的正反馈现象:某一路径上走过的蚂蚁越多,则后来者选择该路径的概率就越大,蚂蚁群就是通过个体之间的这种信息交换机制来彼此协作达到搜索食物的目的。
-ant colony algorithm
proposed by Colorni and Dorigo. The method is simulated by ants activity
- 2022-04-09 15:02:02下载
- 积分:1
-
一个用VC实现的高效bp神经网络算法源代码,希望对大家有帮助....
一个用VC实现的高效bp神经网络算法源代码,希望对大家有帮助.-VC realize an efficient use of bp neural network algorithm source code, and they hope to help everyone.
- 2022-03-19 22:54:52下载
- 积分:1
-
网上一直没有Harris算法的VC程序
无奈
自己写一个吧
用了两个小时就写好了 非常简陋 大家凑合着看
2005年11月15日...
网上一直没有Harris算法的VC程序
无奈
自己写一个吧
用了两个小时就写好了 非常简陋 大家凑合着看
2005年11月15日-Harris algorithm VC procedures helpless himself wrote it with a two hour written a very simple you can make do with a November 15, 2005
- 2022-04-11 17:24:10下载
- 积分:1
-
the procedures used simulated annealing algorithm to achieve the traveling sales...
本程序用模拟退火算法实现了旅行商问题(tsp问题)-the procedures used simulated annealing algorithm to achieve the traveling salesman problem (tsp)
- 2022-08-11 18:29:34下载
- 积分:1