资源列表
[数据挖掘] Naive-bayes
说明:本文以拼写检查作为例子,讲解Naive Bayes分类器是如何实现的。对于用户输入的一个单词(words),拼写检查试图推断出最有可能的那个正确单词(correct)。当然,输入的单词有可能本身就是正确的。比如,输入的单词thew,用户有可能是想输入the,也有可能是想输入thaw。为了解决这个问题,Naive Bayes分类器采用了后验概率P(c|w)来解决这个问题。P(c|w)表示在发生了w的情况下推断出c的概率。为了找出最有可能c,应找出有最大值的P(c|w),即求解问题-In this<王志坦> 在 2025-10-14 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] ID3
说明:ID3算法流程如下: 1.如果节点的所有类标号相同,停止分裂; 2.如果没有feature可供分裂,根据多数表决确定该节点的类标号,并停止分裂; 3.选择最佳分裂的feature,根据选择feature的值逐一进行分裂;递归地构造决策树。-ID3 algorithm process is as follows: 1. If the node is the same for all class label, stop dividing 2. If there is no featur<王志坦> 在 2025-10-14 上传 | 大小:1kb | 下载:0
[数据挖掘] k_nn
说明:kNN的思想:计算待分类的数据点与训练集所有样本点,取距离最近的k个样本;统计这k个样本的类别数量;根据多数表决方案,取数量最多的那一类作为待测样本的类别。距离度量可采用Euclidean distance,Manhattan distance和cosine。-kNN The idea is simple: the training set and calculated data points to be classified all sample points taken the neare<王志坦> 在 2025-10-14 上传 | 大小:1kb | 下载:0
[matlab例程] minHJ
说明:黄金分割法也叫0.618法,它是一种基于区间收缩的极小点搜索算法,既然极小点包含于搜索区间内,那么可以不断地缩小搜索区间,就可以使搜索区间的端点逼近到极小点-Also known as the Golden Section 0.618 method, which is based on interval contracted minimum point search algorithm, since the minimum point included in the search range,<张涛> 在 2025-10-14 上传 | 大小:1kb | 下载:0
[matlab例程] AIS10
说明:本程序介绍了一种基于人工免疫算法的解决TSP问题的方法,体现了免疫算法在进化计算过程中的抗原学习、记忆机制、浓度调节机制以及多样性抗体保持策略等优良特性-This procedure describes a method for solving TSP problem based on artificial immune algorithm, immune algorithm reflects the antigen learning in evolutionary computation pr<贾智予> 在 2025-10-14 上传 | 大小:1kb | 下载:0
[matlab例程] identification
说明:先使用阶跃响应法辨识出开环传递函数,然后加入PID控制。-firstly,open loop identification based on step response,and controlled by PID<史乐珍> 在 2025-10-14 上传 | 大小:1kb | 下载:0
[数据挖掘] Cao-algorithm-
说明:Cao 算法,用于求解分形维数,研究混沌问题,我已经亲自试过啦。-Cao algorithm can be used to obtain the fractal dimension. I have been tested it.<软件哥> 在 2025-10-14 上传 | 大小:1kb | 下载:0