资源列表

« 1 2 ... .90 .91 .92 .93 .94 28395.96 .97 .98 .99 .00 ... 28523 »

[人工智能/神经网络/遗传算法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-04-03 上传 | 大小:1kb | 下载:0

[数据挖掘Naive-bayes

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

[matlab例程identification

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

[数据挖掘Cao-algorithm-

说明:Cao 算法,用于求解分形维数,研究混沌问题,我已经亲自试过啦。-Cao algorithm can be used to obtain the fractal dimension. I have been tested it.
<软件哥> 在 2025-04-03 上传 | 大小:1kb | 下载:0

[数学计算/工程计算Burgers

说明:用麦克麦考方法求解一维burgers方程的matlab代码-By Mike McCaw method for solving one-dimensional burgers equation matlab code
<thor> 在 2025-04-03 上传 | 大小:1kb | 下载:0

[matlab例程blasius

说明:solutions elec tr 101 hw solutions. this is the complete code for the whole solution set for the hw, for hw 1.
<k12k08a> 在 2025-04-03 上传 | 大小:1kb | 下载:0

[matlab例程p8s02

说明:solutions elec tr 101 hw solutions. this is the complete code for the whole solution set for the hw, for hw 3
<k12k08a> 在 2025-04-03 上传 | 大小:1kb | 下载:0

[matlab例程p8s06

说明:solutions elec tr 101 hw solutions. this is the complete code for the whole solution set for the hw, for hw 2
<k12k08a> 在 2025-04-03 上传 | 大小:1kb | 下载:0
« 1 2 ... .90 .91 .92 .93 .94 28395.96 .97 .98 .99 .00 ... 28523 »

源码中国 www.ymcn.org