-
这是一个神经网络的源代码
这是一个神经网络的源代码-This a neural network source code
- 2022-08-03 15:50:22下载
- 积分:1
-
用遗传算法解决01背包问题,内附测试数据。
用遗传算法解决01背包问题,内附测试数据。-Using genetic algorithms to solve knapsack problem 01, enclosing the test data.
- 2022-02-13 07:52:13下载
- 积分: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
-
This is an image processing pattern recognition on the source code, including C...
这是图象处理模式识别一书的源代码,包括C++和MATLAB的程序,对于做这方面的研究人员来说,会很有帮助的。-This is an image processing pattern recognition on the source code, including C and Matlab procedures for doing this kind of research personnel, will be very helpful.
- 2022-10-17 07:15:03下载
- 积分:1
-
中科院张的摄像机内外参数标定的源码和例子,可以在计算机视觉计算中试用...
中科院张的摄像机内外参数标定的源码和例子,可以在计算机视觉计算中试用-Chinese Academy of Sciences and outside the parameters of the camera calibration of the source code and examples, the computer can calculate the visual trial
- 2022-02-12 07:01:56下载
- 积分:1
-
用vc编写的专家系统的源代码,对初学者很有帮助
用vc编写的专家系统的源代码,对初学者很有帮助-vc used in the expert system"s source code, useful for beginners
- 2022-09-04 04:25:03下载
- 积分:1
-
经典的K均值分类算法源码,修正了原作者没有处理当类中样本为0的情况下的bug...
经典的K均值分类算法源码,修正了原作者没有处理当类中样本为0的情况下的bug-classic K-mean classification algorithm source code, that the original author did not address when the category 0 samples of the bug
- 2022-11-11 21:40:08下载
- 积分:1
-
Research based on genetic programming evolutionary algorithm for the sustainabil...
研究基于遗传编程的可持续性进化算法的理论与方法,并建立了该算法的数学模型及运算流程.HFC算法实现源代码.-Research based on genetic programming evolutionary algorithm for the sustainability of the theory and method, and set up a mathematical model of the algorithm and the computation flow. HFC algorithm source code implementation.
- 2023-02-09 10:15:03下载
- 积分:1
-
3 Ant Colony Optimization Algorithm for master
三篇蚁群优化算法的硕士论文,介绍详细,解释清楚,是初学者的入门指导。-3 Ant Colony Optimization Algorithm for master
- 2022-01-25 19:44:07下载
- 积分:1
-
自己写的一个简单的神经网络(BP)算法,用来解决异或(XOR)问题,初学神经网络的人可以下来看!...
自己写的一个简单的神经网络(BP)算法,用来解决异或(XOR)问题,初学神经网络的人可以下来看!-Wrote it myself a simple neural network (BP) algorithm, to solve the exclusive-OR (XOR) problem, learning neural network can look at the next!
- 2022-01-31 23:56:55下载
- 积分:1