-
K-均值聚类算法的编程实现。包括逐点聚类和批处理聚类。K-均值聚类的的时间复杂度是n*k*m,其中n为样本数,k为类别数,m为样本维数。这个时间复杂度是相当客观的。因为如果用每秒10亿次的计算机对50个样本采用穷举法分两类,寻找最优,列举一遍约66.7天,分成3类,则要约3500万年。针对算法局部最优的缺点,本人正在编制模拟退火程序进行改进。希望及早奉给大家,倾听高手教诲。-K-means clustering algorithm programming. Point by point, including clustering and clustering batch. K-means clustering of the time complexity of n* k* m, n samples, several types of k, m sample dimension. The time complexity is a very objective. Because if we use one billion times per second the computer using 50 samples of two exhaustive method to find the optimal set out again about 66.7 days, divided into three categories, offering 3,500 years. Local optimal algorithm against the shortcomings, I was prepared simulated annealing process improvements. Early Feng hope for everyone, listen to the master teachings.
- 2022-01-28 00:58:44下载
- 积分:1
-
PSO algorithm in C
C语言实现的PSO算法,2007标准版,希望对大家有用-PSO algorithm in C
- 2022-07-20 15:05:59下载
- 积分:1
-
Fuzzy logic controller that uses mamdani logic.
Fuzzy logic controller that uses mamdani logic.
- 2023-08-23 07:10:02下载
- 积分:1
-
用遗传算法解决八皇后问题!
有比较详细的注释!
还有有关遗传算法理论的描述。...
用遗传算法解决八皇后问题!
有比较详细的注释!
还有有关遗传算法理论的描述。
-Using genetic algorithms to solve the issue of the eight Queen
- 2022-06-16 21:47:55下载
- 积分:1
-
此编码是一个数据挖掘的决策树各种算法。以作为入门提示
此编码是一个数据挖掘的决策树各种算法。以作为入门提示-this code is a decision tree data mining algorithms. As a portal to suggest
- 2022-01-31 03:02:54下载
- 积分:1
-
此为疾病诊断专家系统,用这种结构建立的知识库可以很方便地实现上面所提到的各种功能。这种结
构的最独特之处就是依靠相同的关键(疾病名或其代码)来实现一种疾病与...
此为疾病诊断专家系统,用这种结构建立的知识库可以很方便地实现上面所提到的各种功能。这种结
构的最独特之处就是依靠相同的关键(疾病名或其代码)来实现一种疾病与其症候之
间的相互联系。疾病名与症候分别用二叉树进行排序。排序后可由疾病名而查到与该
疾病名有关的所有详细情况,也可由一种症候而查到哪些疾病有这种症候,以及该症
候可能引起各种疾病的概率。-This is the disease diagnosis expert system, using this structure to establish the knowledge base can easily realize the above mentioned features. The structure of the most unique is that relying on the same key (the disease or its code) to achieve a disease and its symptoms between. Name and symptoms of disease were treated with binary tree sort. Sort by the disease after the name of the disease were found with all the details of which can also be a symptom of the diseases that have found such a symptom, as well as the symptoms may lead to the probability of various diseases.
- 2023-05-21 00:15:03下载
- 积分:1
-
On support vector machine for training an improved genetic algorithm.
对支持向量机进行训练的一种改进的遗传算法。-On support vector machine for training an improved genetic algorithm.
- 2022-02-14 21:03:36下载
- 积分:1
-
针对TSP问题,用类神经网路的方法去求解!
针对TSP问题,用类神经网路的方法去求解!-against TSP, and the neural network approach to solving!
- 2022-03-31 15:13:44下载
- 积分:1
-
多层神经网络的可执行例子
http://www.codeproject.com/cpp/MLP.asp?df=100&forumid=148477&exp=...
多层神经网络的可执行例子
http://www.codeproject.com/cpp/MLP.asp?df=100&forumid=148477&exp=0&select=1141594#xx1141594-multilayer neural network executable examples http :// www.codeproject.com/cpp/MLP.asp df = 1
- 2023-06-29 17:30:03下载
- 积分:1
-
模式识别源程序,希望大家能够喜欢,配套书籍是模式识别
模式识别源程序,希望大家能够喜欢,配套书籍是模式识别-Pattern recognition source code, hope that we can like it, matching books are Pattern Recognition
- 2022-03-20 14:04:40下载
- 积分:1