-
粒子群算法的示例程序,不错。可用来进行函数优化、神经网络训练等。...
粒子群算法的示例程序,不错。可用来进行函数优化、神经网络训练等。-PSO algorithm sample program, yes. Available for function optimization, neural network training.
- 2022-11-02 06:50:03下载
- 积分:1
-
本程序用于分类两类数据,分类速度很快,如果分类多类可能还要修改...
本程序用于分类两类数据,分类速度很快,如果分类多类可能还要修改-This procedure for the classification of two types of data, classification fast, if the classification of many types, which may need modification
- 2022-06-20 03:18:21下载
- 积分:1
-
Source code of DBSCAN algorathm of data mining with VC
数据挖掘中dbscan算法的vc实现的源代码-Source code of DBSCAN algorathm of data mining with VC
- 2022-05-07 09:36:39下载
- 积分:1
-
遗传算法优化神经网络的C源程序
遗传算法优化神经网络的C源程序- Heredity algorithm optimization nerve network C source program
- 2022-03-31 09:37:48下载
- 积分:1
-
expansion of Infomax algorithm, with a faster rate of convergence! The procedure...
扩展的Infomax算法,具有比较快的收敛速度!而且程序非常简洁,明了-expansion of Infomax algorithm, with a faster rate of convergence! The procedure is very simple, straightforward
- 2022-07-22 20:11:03下载
- 积分:1
-
神经网络的开发包,采用c++编写的,使网络资源,大家共享
神经网络的开发包,采用c++编写的,使网络资源,大家共享-neural network development kits, prepared by the use of c, network resources and share
- 2022-02-05 17:48:40下载
- 积分:1
-
道路识别 人工智能方面的道路识别应用
道路识别 人工智能方面的道路识别应用-road artificial intelligence to identify the road recognition applications
- 2023-05-02 18:05:09下载
- 积分:1
-
simple genetic algorithm, can refer to
简单的遗传算法,可以参考-simple genetic algorithm, can refer to
- 2022-01-27 13:57:29下载
- 积分:1
-
模式识别源程序,希望大家能够喜欢,配套书籍是模式识别
模式识别源程序,希望大家能够喜欢,配套书籍是模式识别-Pattern recognition source code, hope that we can like it, matching books are Pattern Recognition
- 2022-03-20 14:04:40下载
- 积分:1
-
TSP问题是组合优化中的经典问题。其解决方法有局部优化方法和一些启发式算法,局部搜索方法充分考虑问题
的邻域结构,遗传算法有很好的全局搜索能力,memeti...
TSP问题是组合优化中的经典问题。其解决方法有局部优化方法和一些启发式算法,局部搜索方法充分考虑问题
的邻域结构,遗传算法有很好的全局搜索能力,memetic算法把遗传算法和局部优化算法相结合,试验结果证明,能很好地解
决TSP问题。-TSP problem is a classic combinatorial optimization problem. Its solution has a number of local optimization methods and heuristic algorithms, local search methods take full account of the issue of neighborhood structure, genetic algorithm has good ability of global search, memetic algorithm for the genetic algorithm and local optimization algorithm combining test results proved that well positioned to solve the TSP problem.
- 2022-08-11 23:30:19下载
- 积分:1