-
支持向量机(SVM)的VC源代码,内有应用手册和应用实例。
支持向量机(SVM)的VC源代码,内有应用手册和应用实例。-Support Vector Machine (SVM) of the VC source code, with the application of manuals and application examples.
- 2022-07-21 15:55:40下载
- 积分:1
-
C neural network development kits 8am, the C language can be used to develop a v...
C++神经网络开发包ANNIE,可以用C++语言开发各种神经网络:如BP,RBF,HOPFIELD等,同时随附件带有基于VC和.NET环境的示例源程序 -C neural network development kits 8am, the C language can be used to develop a variety of neural networks : as BP, RBF, Hopfield, along with the annex and with VC.NET environment example source
- 2022-03-26 05:06:39下载
- 积分:1
-
自己用JAVA编的人工智能的A*算法的八数码程序
自己用JAVA编的人工智能的A*算法的八数码程序-own use JAVA series of the artificial intelligence of the A* algorithm eight digital procedures
- 2023-09-01 10:15:04下载
- 积分:1
-
nsga2非支配排序遗传算法,c++源码实现
nsga2非支配排序遗传算法,c++源码实现-nsga2 non-dominated sorting genetic algorithm, c++ source code to achieve
- 2022-07-15 23:12:29下载
- 积分:1
-
HMM Toolbox using sample documents can be widely applied in areas such as identi...
隐马尔科夫模型工具箱使用样本文件,可以广泛应用于识别等领域-HMM Toolbox using sample documents can be widely applied in areas such as identification
- 2022-03-19 13:49:29下载
- 积分:1
-
关于神经网络方面的130个程序,采用matlab语言,比较全
关于神经网络方面的130个程序,采用matlab语言,比较全-On the neural network 130 procedures, the use of matlab language, compare the whole
- 2022-02-03 03:31:59下载
- 积分:1
-
genetic optimization neural network software in WIN98/95 environment can run
遗传优化神经网络软件
需要在WIN98/95环境下能运行-genetic optimization neural network software in WIN98/95 environment can run
- 2022-09-19 05:55:02下载
- 积分:1
-
基于Matlab的函数优化遗传算法程序 .
基于Matlab的函数优化遗传算法程序 .-based on Matlab function of genetic algorithm optimization procedures.
- 2022-03-25 22:02:17下载
- 积分:1
-
聚类算法在实现程序,程序分为两…
KMEANS聚类算法实现程序,程序分为两个部分,包括数据和KMEANS聚类算法实现程序,并有详细的注释.-Clustering algorithm KMEANS realize procedure, the procedure is divided into two parts, including the data and clustering algorithm KMEANS realize procedure, and detailed notes.
- 2022-07-08 23:26:55下载
- 积分: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