资源列表

« 1 2 ... .89 .90 .91 .92 .93 28394.95 .96 .97 .98 .99 ... 28521 »

[数据挖掘Kmodes

说明:K-modes算法的matlab实现,输入数据集,输出聚类类标号。-The Matlab program of K-modes algorithm
<caiyuhao> 在 2024-10-20 上传 | 大小:1024 | 下载:0

[数据挖掘hierarchical-clustering

说明:这段代码是层次聚类的Matlab实现代码- This code is hierarchical clustering Matlab implementation code
<summer> 在 2024-10-20 上传 | 大小:1024 | 下载:0

[人工智能/神经网络/遗传算法ANN

说明:本程序为自组织特征映射神经网络,注释将为详细。本程序通常可作为一种样本特征检测器,在样本排序,样本分类以及样本检测中有广泛的用途。-This procedure is a self-organizing feature map neural network, and usually can be used as a sample characteristics detector, the sample ordering, sample
<邓振立> 在 2024-10-20 上传 | 大小:1024 | 下载:0

[人工智能/神经网络/遗传算法PSO_nature

说明:本程序为基于自然选择的粒子群优化算法,注释较为详细。基于自然选择的粒子群优化算法是借鉴自然选择的机理,根据粒子的适应度进行排序,加快算法收敛的速度。-This procedure for the particle swarm optimization algorithm based on natural selection and detailed comments. The particle swarm optimization al
<邓振立> 在 2024-10-20 上传 | 大小:1024 | 下载:0

[人工智能/神经网络/遗传算法PSO_lamda

说明:本程序为基于模拟退火的粒子群算法,注释较为详细。基于模拟退火的算法在搜索的过程中具有突跳的能力,可以有效的避免搜索陷入局部最小解。-This procedure for the particle swarm algorithm based on simulated annealing, a detailed comments. Based on the simulated annealing algorithm in the proce
<邓振立> 在 2024-10-20 上传 | 大小:1024 | 下载:0

[数据挖掘Naive-bayes

说明:本文以拼写检查作为例子,讲解Naive Bayes分类器是如何实现的。对于用户输入的一个单词(words),拼写检查试图推断出最有可能的那个正确单词(correct)。当然,输入的单词有可能本身就是正确的。比如,输入的单词thew,用户有可能是想输入the,也有可能是想输入thaw。为了解决这个问题,Naive Bayes分类器采用了后验概率P(c|w)来解决这个问题。P(c|w)表示在发生了w的情况下推断出c的概率。为了找出最有可能c
<王志坦> 在 2024-10-20 上传 | 大小:1024 | 下载: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 divi
<王志坦> 在 2024-10-20 上传 | 大小:1024 | 下载: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
<王志坦> 在 2024-10-20 上传 | 大小:1024 | 下载: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
<张涛> 在 2024-10-20 上传 | 大小:1024 | 下载:0

[matlab例程AIS10

说明:本程序介绍了一种基于人工免疫算法的解决TSP问题的方法,体现了免疫算法在进化计算过程中的抗原学习、记忆机制、浓度调节机制以及多样性抗体保持策略等优良特性-This procedure describes a method for solving TSP problem based on artificial immune algorithm, immune algorithm reflects the antigen learning
<贾智予> 在 2024-10-20 上传 | 大小:1024 | 下载:0

[matlab例程identification

说明:先使用阶跃响应法辨识出开环传递函数,然后加入PID控制。-firstly,open loop identification based on step response,and controlled by PID
<史乐珍> 在 2024-10-20 上传 | 大小:1024 | 下载:0

[数据挖掘Cao-algorithm-

说明:Cao 算法,用于求解分形维数,研究混沌问题,我已经亲自试过啦。-Cao algorithm can be used to obtain the fractal dimension. I have been tested it.
<软件哥> 在 2024-10-20 上传 | 大小:1024 | 下载:0
« 1 2 ... .89 .90 .91 .92 .93 28394.95 .96 .97 .98 .99 ... 28521 »

源码中国 www.ymcn.org