资源列表
[matlab例程] NLMDenoising
说明:非局部均值(Non-Local Means)去噪算法,里面有实例- Non-local mean (Non-Local Means) denoising algorithm, which has examples<胡高> 在 2025-01-11 上传 | 大小:1kb | 下载:0
[数据挖掘] hierarchical-clustering
说明:这段代码是层次聚类的Matlab实现代码- This code is hierarchical clustering Matlab implementation code<summer> 在 2025-01-11 上传 | 大小:1kb | 下载: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<邓振立> 在 2025-01-11 上传 | 大小:1kb | 下载:0
[人工智能/神经网络/遗传算法] PSO_nature
说明:本程序为基于自然选择的粒子群优化算法,注释较为详细。基于自然选择的粒子群优化算法是借鉴自然选择的机理,根据粒子的适应度进行排序,加快算法收敛的速度。-This procedure for the particle swarm optimization algorithm based on natural selection and detailed comments. The particle swarm optimization al<邓振立> 在 2025-01-11 上传 | 大小:1kb | 下载: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<邓振立> 在 2025-01-11 上传 | 大小:1kb | 下载:0
[数据挖掘] Naive-bayes
说明:本文以拼写检查作为例子,讲解Naive Bayes分类器是如何实现的。对于用户输入的一个单词(words),拼写检查试图推断出最有可能的那个正确单词(correct)。当然,输入的单词有可能本身就是正确的。比如,输入的单词thew,用户有可能是想输入the,也有可能是想输入thaw。为了解决这个问题,Naive Bayes分类器采用了后验概率P(c|w)来解决这个问题。P(c|w)表示在发生了w的情况下推断出c的概率。为了找出最有可能c<王志坦> 在 2025-01-11 上传 | 大小: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 divi<王志坦> 在 2025-01-11 上传 | 大小:1kb | 下载:0
[matlab例程] identification
说明:先使用阶跃响应法辨识出开环传递函数,然后加入PID控制。-firstly,open loop identification based on step response,and controlled by PID<史乐珍> 在 2025-01-11 上传 | 大小:1kb | 下载:0