-
gmeans第一变异和分裂聚类
gmeans-- Clustering with first variation and splitting
文本聚类算法Gmeans ,使用了3种相似度函数,cosine,euclidean ,KL.文本数据使用的是稀疏矩阵形式.
-gmeans clustering with first variation and splitting
Gmeans,a text clustering algorithm, uses 3 functions,cosine,euclidean and KL in similarity measuring.Text data are described by sparse matrix.
- 2022-01-26 18:40:06下载
- 积分:1
-
蚁群算法:用来进行路径设计、查找、规划等
蚁群算法:用来进行路径设计、查找、规划等-Ant Colony Algorithm: Path used for design, search, planning, etc.
- 2023-02-20 00:25:03下载
- 积分:1
-
基于MATLAB的简单遗传算法和简单的BP神经网络程序
基于Matlab的简单遗传算法和简单bp网络的程序实现-based on Matlab simple genetic algorithms and simple bp Network Program
- 2022-04-28 16:24:49下载
- 积分:1
-
这是明星模式识别章的课件源码,包括…
这是台湾张智星的模式识别的课件的源码,包括GMM和data clusting-This is the star pattern recognition Zhang Zhi courseware source, including the GMM and data clusting
- 2022-01-26 06:02:57下载
- 积分:1
-
演化计算是基于随即搜索的新算法;它的技术模型源于自然的演化。下面是一个例子,该函数是典型的多峰(震动剧烈)的函数。用的算法是郭涛算法。...
演化计算是基于随即搜索的新算法;它的技术模型源于自然的演化。下面是一个例子,该函数是典型的多峰(震动剧烈)的函数。用的算法是郭涛算法。-evolutionary computation is based on the then new search algorithm; It stems from the technical model of the natural evolution. Below is an example of this function is a typical multi-feng (severe shock) function. The algorithm is Guo Tao algorithm.
- 2022-08-06 16:25:44下载
- 积分:1
-
计算机海洋油污染扩散模型。简单一点的,但这…
海洋油污扩散模型的计算机实现。简单了点,不过也是一中思路。-marine oil pollution diffusion model of the computer. The simple point, but which is also a line of thought.
- 2022-05-19 22:54:20下载
- 积分:1
-
基于主成份分析(PCA)的人脸特征识别核心源程序。
基于主成份分析(PCA)的人脸特征识别核心源程序。
- 2022-05-18 20:00:06下载
- 积分:1
-
完整的3D 模型检索程序,使用C语言编写,可以使学习者从底层研究三维模型的检索框架,同时提供的C语言程序包也可以设计新的三维模型检索算法。...
完整的3D 模型检索程序,使用C语言编写,可以使学习者从底层研究三维模型的检索框架,同时提供的C语言程序包也可以设计新的三维模型检索算法。-Complete 3D model retrieval, the use of C language, so that students can study three-dimensional model from the bottom of the search framework to provide the C language package can also be three-dimensional model of the design of the new search algorithm.
- 2023-09-05 09:25:03下载
- 积分:1
-
改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是
先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个
数合成一个新数,将这个新数同...
改进遗传算法-郭涛算法做最优化问题很管用,算法的基本思想是
先任意产生n个随机数,然后从n个数里随机选择m个数,再有这m个
数合成一个新数,将这个新数同n个数中间适应值函数值的最差的比较,
如果好的话就取代最差的那个,如果它比最好的还要好的话,则把最好的
也取代。如果比最差的坏,则重新合成一个新数。依次循环下去。
程序的奇妙之处是GA_crossover()函数,产生的新数确实比较好,看看
那位大侠能改进一下,产生比这跟好的数。-improved genetic algorithm- Guo Tao done optimization algorithm is very effective, and the algorithm is the first basic idea arbitrary n generated random number and then the number li n m randomly selected number, and this number m of a new synthesis of the new middle with n number fitness function of the worst by comparison, if a good case to replace the worst, um, if it even than the best, then ruled the best have replaced. If worse than the worst, a de novo synthesis of new. Followed by the cycle continues. The magic of procedures is GA_crossover () function, the new really good to see heroes who can be improved upon, it generated more than a few with a good.
- 2023-02-04 23:55:04下载
- 积分:1
-
八数码问题用A*算法实现 VC++6.0实现的八数码问题
八数码问题用A*算法实现 VC++6.0实现的八数码问题-eightnum
- 2022-05-24 16:14:54下载
- 积分:1