-
该文档是清华大学的模式识别教程,该版本是网页版本,浏览非常方便,内容也非常详细,非常适合初学者,个人举得特别是支持向量机那一章描述很棒!...
该文档是清华大学的模式识别教程,该版本是网页版本,浏览非常方便,内容也非常详细,非常适合初学者,个人举得特别是支持向量机那一章描述很棒!-this document is from Tsinghua University,this is the html version,it is convenient to read, it is very suitable for the elementary readers,in my own opinion,the charter of svm is very detail and easily understandable.
- 2022-09-22 11:50:03下载
- 积分:1
-
介绍了遗传算法工具箱及其具体的应用,很有参考价值.
介绍了遗传算法工具箱及其具体的应用,很有参考价值.-introduced a genetic algorithm toolbox and its specific application of great reference value.
- 2023-08-11 04:35:05下载
- 积分:1
-
Matlab neural network toolbox application profile neural network has been applie...
Matlab神经网络工具箱应用简介
神经网络已经在各个领域中应用,以实现各种复杂的功能。这些领域包括:模式识别、
鉴定、分类、语音、翻译和控制系统。
如今神经网络能够用来解决常规计算机和人难以解决的问题。我们主要通过这个工具箱
来建立示范的神经网络系统,并应用到工程、金融和其他实际项目中去。-Matlab neural network toolbox application profile neural network has been applied in various fields in order to achieve a variety of complex functions. These areas include: pattern recognition, identification, classification, voice, translation and control systems. Today neural networks can be used to conventional computers and people to solve difficult problems. We mainly through the toolbox to create a model of neural network systems, and applied to the engineering, financial and other practical projects.
- 2022-03-06 04:37:21下载
- 积分:1
-
vb写的改进的遗传算法程序。是一些通用代码,与具体问题对应的代码空出来,用的时候填进去。根据我的经验,要想用好遗传算法,代码必须自己写,因为问题不同,编码,杂交...
vb写的改进的遗传算法程序。是一些通用代码,与具体问题对应的代码空出来,用的时候填进去。根据我的经验,要想用好遗传算法,代码必须自己写,因为问题不同,编码,杂交,变异算子可能都不一样。特别是杂交算子,需要根据问题调整,甚至创造出新的杂交方法。而且适应度计算的代码也需要自己写,特别是带约束的优化问题 -vb write improvement in the genetic algorithm. Some common code, with the specific issues the corresponding code space, and the time spent filling into account. According to my experience, in order to make good use of genetic algorithms, code must write their own, because different issues, coding, hybridization and mutation operator may not like. In particular hybrid operator, the need to adjust the problem, or even create a new hybrid method. But fitness calculation of the code required to write their own, especially with the constrained optimization problem
- 2022-12-03 17:30:03下载
- 积分:1
-
直觉模糊代数,是学习的一篇好文章,值得
直觉模糊代数,是学习的一篇好文章,值得-intuition fuzzy algebra, the study is a good article, it is worth a look at
- 2022-02-04 05:13:36下载
- 积分: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
-
可视化的手写(鼠标)字母数字神经网络训练程序。
可视化的手写(鼠标)字母数字神经网络训练程序。-visulized neural network trainning programme。
- 2022-09-05 18:55:03下载
- 积分:1
-
Genetic algorithm in the new multi
遗传算法中的新的多点交叉算法用来优化选择最优值-Genetic algorithm in the new multi-point crossover algorithm
- 2022-05-29 23:44:27下载
- 积分:1
-
本代码用蚁群算法求解带时间窗的车辆路径问题
本代码用蚁群算法求解带时间窗的车辆路径问题-The code with ant colony algorithm with time window of vehicle routing problem
- 2022-05-17 08:30:38下载
- 积分:1
-
web流数据聚类挖掘的研究和应用。流数据作为一种特殊的可挖掘的数据类型,特别是基于网络技术迅速发展的今天,其彰显出的重要地位决定了它的挖掘技术需要被认真考虑,而...
web流数据聚类挖掘的研究和应用。流数据作为一种特殊的可挖掘的数据类型,特别是基于网络技术迅速发展的今天,其彰显出的重要地位决定了它的挖掘技术需要被认真考虑,而如何在流数据中进行有效的聚类分析,是一个吸引研究者很大注意力的问题。-Clustering web streaming data mining research and applications. Flow data as a special type of data that can be excavated, in particular the rapid development of Web-based technology today, it underlines the important status of the decision of its mining technology need to be seriously considered, and how to stream data effectively together type of analysis, is a great to attract the attention of researchers question.
- 2022-01-25 19:38:49下载
- 积分:1