-
Using Particle Swarm solution to TSP (traveling salesman) problems, in accordanc...
用粒子群方法解决TSP(旅行商)问题,按照TSP1.m中的格式输入程序参数即可-Using Particle Swarm solution to TSP (traveling salesman) problems, in accordance with the format in TSP1.m parameter input program
- 2022-04-19 19:23:42下载
- 积分:1
-
Statistical learning theory is based on a more solid theoretical basis, in order...
统计学习理论是建立在一套较坚实的理论基础之上的,为解决有限样本学习问题提供了
一个统一的框架。它能将很多现有方法纳入其中,有望帮助解决许多原来难以解决的问题(比
如神经网络结构及参数选择问题);同时。在这一理论基础上发展了一种新的通用学习方法:
支持向量机(Support Vector Machine,SVM)。它己表现出很多优秀的性能,并已经成为当
今机器学习领域的研究热点。-Statistical learning theory is based on a more solid theoretical basis, in order to solve the learning problems of limited samples provides a unified framework. It will be incorporated into many existing methods, which could help solve many of the original difficult to resolve problems (such as neural network structure and parameters selection) the same time. Developed on the basis of this theory, a new universal learning methods: support vector machine (Support Vector Machine, SVM). It has been shown a lot of excellent performance and has become the hotspot of machine learning research in the field.
- 2022-03-02 21:50:04下载
- 积分:1
-
由 Visual C++ 编译过,可以求解任何个数城市的tsp问题,只要输入城市坐标即可。...
由 Visual C++ 编译过,可以求解任何个数城市的tsp问题,只要输入城市坐标即可。-By Visual C++ Compiled, you can to solve any number of cities tsp, so long as you enter the city coordinates.
- 2023-05-26 17:05:04下载
- 积分:1
-
genetic algorithm maze of achievement and improvement
用遗传算法解迷宫问题的实现与改进-genetic algorithm maze of achievement and improvement
- 2022-01-26 03:05:56下载
- 积分:1
-
数据挖掘c45分类算法 数据挖掘c45分类算法
数据挖掘c45分类算法 数据挖掘c45分类算法-C45 data mining data mining classification algorithms C45 classification algorithm
- 2022-01-25 23:48:20下载
- 积分:1
-
交流 模糊控制
交流 模糊控制
交流 模糊控制
交流 模糊控制-Exchange of the exchange of fuzzy control fuzzy control
- 2023-07-17 06:05:04下载
- 积分:1
-
PID algorithm simulation program, including four bands rk algorithm.
PID algorithm simulation program, including rk 四阶算法。-PID algorithm simulation program, including four bands rk algorithm.
- 2022-04-08 17:58:49下载
- 积分:1
-
遗传算法解决双变量的函数最优化问题,有按钮的界面,用bc所编,生动模拟遗传进化过程...
遗传算法解决双变量的函数最优化问题,有按钮的界面,用bc所编,生动模拟遗传进化过程-genetic algorithm to solve the two- variable optimization function, the button interface, using bc prepared by the vivid simulation of the process of genetic evolution
- 2022-02-03 03:28:44下载
- 积分:1
-
围绕粒子群的当前质心对粒子群重新初始化.这样,每个粒子在随后的迭代中将在新的位置带着粒子在上次搜索中获得的“运动惯性”(wvi)向Pi,Pg的方向前进,从而可以...
围绕粒子群的当前质心对粒子群重新初始化.这样,每个粒子在随后的迭代中将在新的位置带着粒子在上次搜索中获得的“运动惯性”(wvi)向Pi,Pg的方向前进,从而可以在粒子群的运动过程中获得新的位置,增加求得更优解的机会.随着迭代的继续,经过变异的粒子群又将趋向于同一点,当粒子群收敛到一定程度时又进行下一次变异,如此反复,直到迭代结束.-particle swarm around the center of mass of the current PSO reinitialization. Thus, Each particle in the next iteration will be in the new location with particles in the last search was the "inertia" (wvi ) Pi, Pg orientation, and thus can PSO course of the campaign was a new position, increase seek better solutions opportunities. With the continued iteration, after variation of PSO will tend to the same point. When PSO converge to a certain extent when the next variation, so repeatedly, until the end of iteration.
- 2023-05-24 00:05:03下载
- 积分:1
-
FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均...
FCM算法是一种基于划分的聚类算法,它的思想就是使得被划分到同一簇的对象之间相似度最大,而不同簇之间的相似度最小。模糊C均值算法是普通C均值算法的改进,普通C均值算法对于数据的划分是硬性的,而FCM则是一种柔性的模糊划分。在介绍FCM具体算法之前我们先介绍一些模糊集合的基本知识。-FCM algorithm is a clustering algorithm based on the division of its thinking is that it is making is divided into clusters with the greatest similarity between the object, and different similarity between the smallest cluster. Fuzzy C-means algorithm is an ordinary C-means algorithm, the general C-means algorithm for data delineation is rigid, while the FCM is a soft fuzzy partition. FCM in the introduction prior to the specific algorithm we first introduce some basic knowledge of fuzzy sets.
- 2022-02-26 01:32:31下载
- 积分:1